1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 06:34:40 +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

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