here we go again
This commit is contained in:
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@@ -21,6 +21,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
shell: bash
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/run-pc.sh
vendored
3
.github/workflows/run-pc.sh
vendored
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
dnf install git-lfs -y
|
# should no longer need this
|
||||||
|
#dnf install git-lfs -y
|
||||||
|
|
||||||
PYTHON_VARIANT="${USE_PYTHON:-python3.11}"
|
PYTHON_VARIANT="${USE_PYTHON:-python3.11}"
|
||||||
PATH="$PATH:$HOME/.local/bin"
|
PATH="$PATH:$HOME/.local/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user