Skip to content

Commit

Permalink
pytz added to requirements in released.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo committed Jan 15, 2023
1 parent 4b84e1c commit 271dccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
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"
- name: Test with pytest
run: |
export PYTHONPATH='.':$PYTHONPATH
Expand Down

0 comments on commit 271dccf

Please sign in to comment.