Skip to content

Commit

Permalink
fix dist pytz (#5511)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Jun 15, 2023
1 parent e615a02 commit 8c1ad4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
node-version: "16.x"

- name: gettext for django
run: sudo apt-get install gettext python3-wheel libjwt-dev
run: |
sudo apt-get install gettext python3-wheel libjwt-dev
sudo rm -rf /usr/lib/python3/dist-packages/pytz/
- name: Build dist branch
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
pip install -r test-requirements.txt
sudo rm -rf /usr/lib/python3/dist-packages/pytz/
- name: run pytest
run: |
Expand Down

0 comments on commit 8c1ad4e

Please sign in to comment.