This commit is contained in:
matt
2025-08-11 14:19:59 -06:00
parent 597d5f3a90
commit fa5d78a676
5 changed files with 12 additions and 12 deletions

View File

@@ -21,6 +21,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: USE_PYTHON=python3.9 ./.github/workflows/run-pc.sh
- run: USE_PYTHON=python3.10 ./.github/workflows/run-pc.sh
shell: bash