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 9b26a93 commit ec2f57aCopy full SHA for ec2f57a
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Install Dependencies
24
run: |
25
python -m pip install --upgrade pip
26
+ pip install --upgrade setuptools
27
pip install --upgrade Django~=${{ matrix.django }}
28
pip install --upgrade pytz
29
- name: Test build
0 commit comments