Skip to content

Commit 3317dac

Browse files
committed
Python 3.9: force update of setuptools
1 parent 96dcd37 commit 3317dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install Django==${{ matrix.django-version }} coverage setuptools
37+
pip install -U Django==${{ matrix.django-version }} coverage setuptools
3838
python setup.py install
3939
4040
- name: Run coverage

0 commit comments

Comments
 (0)