forked from extern/django-helpdesk
Add django<4 constraint to workflow
This commit is contained in:
parent
f6caebc661
commit
70206b8f8f
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt -r requirements-testing.txt
|
||||
pip install -r requirements.txt -r requirements-testing.txt -c constraints-Django32.txt
|
||||
# - name: Lint with flake8
|
||||
# run: |
|
||||
# pip install flake8
|
||||
|
Loading…
Reference in New Issue
Block a user