Update .gitea/workflow/*.yaml

This commit is contained in:
Hang Cui
2025-10-17 14:18:34 -07:00
parent 2145f94f18
commit c3d95810bb
2 changed files with 55 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install Python 3.10 # Setup Python inside the runner
- name: Install Python 3.10.12 # Setup Python inside the runner
uses: actions/setup-python@v4
with:
python-version: '3.10.12'