1
0
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:
WJH 2023-06-26 10:05:10 +08:00 committed by GitHub
parent 84b760ac94
commit 873b20fb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |