ACTIONS配置文件修正

This commit is contained in:
2024-08-19 12:42:04 +08:00
parent 8fb12c2bc2
commit e6263e9187

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.12.5'
python-version: '3.10'
- name: Install dependencies
run: |