mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-11 17:34:56 +00:00
fix dist pytz
This commit is contained in:
parent
84b760ac94
commit
873b20fb8a
4
.github/workflows/dist.yml
vendored
4
.github/workflows/dist.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user