We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9d1a5 commit 245450dCopy full SHA for 245450d
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
python -m pip install --upgrade pip setuptools wheel codecov
73
pip install -e .[test]
74
- pip install django~=${{ matrix.django-version }}
+ pip install django~="${{ matrix.django-version }}.0"
75
- name: Run tests
76
run: PATH=$PATH:$(pwd)/bin pytest
77
- run: codecov
0 commit comments