Skip to content

Commit c9068e8

Browse files
committed
invoke the correct python interpreter on rocky
1 parent 01fb086 commit c9068e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GITHUB_WORKSPACE}/bin
377377
cd tests
378378
# TODO delete build dir to make sure the linking etc works correctly? (Needs to be done after running CTests)
379-
python3 run_python_tests.py
379+
python3.8 run_python_tests.py
380380
381381
382382
Ubuntu-minimum-CMake:

0 commit comments

Comments
 (0)