mirror of
https://github.com/pinry/pinry.git
synced 2026-01-15 03:32:05 +01:00
fix: fix execution error on ci
This commit is contained in:
6
.github/workflows/pythonpackage.yml
vendored
6
.github/workflows/pythonpackage.yml
vendored
@@ -24,11 +24,11 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pipenv
|
||||
pipenv install --dev --system
|
||||
pip install poetry
|
||||
poetry install
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
make flake8
|
||||
- name: Django test
|
||||
run: |
|
||||
python manage.py test
|
||||
make test
|
||||
|
||||
Reference in New Issue
Block a user