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 6e0fe46 commit 80cfab9Copy full SHA for 80cfab9
1 file changed
.github/workflows/pushed.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install dependencies
41
run: |
42
python -m pip install --upgrade pip
43
- pip install "django" "file-read-backwards>=2.0.0" "uwsgidecorators-fallback>=0.0.3" "uwsgidecorators>=1.1.0"
+ pip install "django" "file-read-backwards>=2.0.0" "uwsgidecorators-fallback>=0.0.3" "uwsgidecorators>=1.1.0" "pytz"
44
- name: Test with pytest
45
46
export PYTHONPATH='.':$PYTHONPATH
0 commit comments