here we go again

This commit is contained in:
matt
2025-08-11 14:31:26 -06:00
parent fa5d78a676
commit d52f5d0aaf
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,7 @@
#!/bin/bash -x
dnf install git-lfs -y
# should no longer need this
#dnf install git-lfs -y
PYTHON_VARIANT="${USE_PYTHON:-python3.11}"
PATH="$PATH:$HOME/.local/bin"