Skip to content

Commit

Permalink
verify Cmake in separte step
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Mar 7, 2024
1 parent b2ff607 commit b92d405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@ jobs:
CMAKE_BIN_PATH=$(pip show cmake | grep Location | cut -d' ' -f2)/bin
echo "CMAKE_BIN_PATH=$CMAKE_BIN_PATH" >> $GITHUB_ENV
echo "PATH=$CMAKE_BIN_PATH:$PATH" >> $GITHUB_ENV
- name: Verify CMake version
run: |
which cmake
cmake --version
- name: Install build package
shell: bash
run: pip install build
Expand Down

0 comments on commit b92d405

Please sign in to comment.