fix: fix execution error on ci

This commit is contained in:
winkidney
2022-05-04 20:17:14 +08:00
parent 768cedfc56
commit 20ad8a36a2

View File

@@ -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