Update .gitea/workflow/*.yaml

This commit is contained in:
Hang Cui
2025-10-17 14:15:38 -07:00
parent 4d30f024a4
commit 2145f94f18

View File

@@ -13,7 +13,7 @@ jobs:
- name: Install Python 3.10 # Setup Python inside the runner - name: Install Python 3.10 # Setup Python inside the runner
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10.12'
- name: Install tox # Tool used for Python unit tests - name: Install tox # Tool used for Python unit tests
run: pip install tox run: pip install tox