Skip to content

Commit 4647b9d

Browse files
committed
Check cmake version in ci, down't seem to use python provided version
1 parent e50dfa1 commit 4647b9d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/Manylinux_2_28.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ jobs:
105105
run: |
106106
python${{env.PYTHON}} -m pip install 'cmake<4.0'
107107
108+
- name: Check cmake version
109+
run: |
110+
cmake --version
111+
which cmake
112+
108113
- name: Install Visualisation Dependencies (EL 8)
109114
if: ${{ env.VISUALISATION == 'ON' }}
110115
run: |

0 commit comments

Comments
 (0)