Remove --no-use-pep517

This commit is contained in:
Raphael Michel
2021-02-08 17:56:05 +01:00
parent 81f37d9ce5
commit 7b8ad1ebbe
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
- name: Install system dependencies
run: sudo apt update && sudo apt install gettext mysql-client
- name: Install Python dependencies
run: pip3 install -r src/requirements.txt --no-use-pep517 -Ur src/requirements/dev.txt mysqlclient psycopg2-binary
run: pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt mysqlclient psycopg2-binary
- name: Run checks
run: python manage.py check
working-directory: ./src