Skip to content

Commit 1c95afc

Browse files
committed
pick specific python version in rocky
1 parent 2897bc3 commit 1c95afc

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,12 @@ jobs:
356356

357357
- name: Build CoSimIO
358358
run: |
359-
cmake -H"." -B"build" \
360-
-DCMAKE_BUILD_TYPE="Debug" \
361-
-DCO_SIM_IO_BUILD_C=ON \
362-
-DCO_SIM_IO_BUILD_PYTHON=ON \
363-
-DCO_SIM_IO_STRICT_COMPILER=ON
359+
cmake -H"." -B"build" \
360+
-DCMAKE_BUILD_TYPE="Debug" \
361+
-DCO_SIM_IO_BUILD_C=ON \
362+
-DCO_SIM_IO_BUILD_PYTHON=ON \
363+
-DCO_SIM_IO_STRICT_COMPILER=ON \
364+
-DPYTHON_EXECUTABLE=$(which python3.8)
364365
365366
cmake --build "build" --target install -- -j2
366367

0 commit comments

Comments
 (0)