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 96dcd37 commit 3317dacCopy full SHA for 3317dac
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
37
- pip install Django==${{ matrix.django-version }} coverage setuptools
+ pip install -U Django==${{ matrix.django-version }} coverage setuptools
38
python setup.py install
39
40
- name: Run coverage
0 commit comments