Skip to content

Commit 80cfab9

Browse files
committed
pytz added to requirements in pushed.yml file
1 parent 6e0fe46 commit 80cfab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pushed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
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"
43+
pip install "django" "file-read-backwards>=2.0.0" "uwsgidecorators-fallback>=0.0.3" "uwsgidecorators>=1.1.0" "pytz"
4444
- name: Test with pytest
4545
run: |
4646
export PYTHONPATH='.':$PYTHONPATH

0 commit comments

Comments
 (0)