1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

github actions dist use python3.12

This commit is contained in:
SkywalkerSpace
2025-08-13 15:13:27 +08:00
parent 6e1590a0fb
commit 7e326afb03
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: gettext for django
run: |
sudo apt-get update --fix-missing
sudo apt-get install gettext python3-wheel libjwt-dev libsasl2-dev libldap2-dev
sudo apt-get install gettext python3-wheel libjwt-dev libsasl2-dev libldap2-dev python3-cffi
sudo rm -rf /usr/lib/python3/dist-packages/pytz/
- name: Build dist branch