Skip to content

Commit

Permalink
add step to upgrade cmake due to old Ubuntu for CUDA build
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed Mar 7, 2024
1 parent 82d7091 commit 1327e4e
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 @@ -178,6 +178,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Upgrade CMake and install Ninja
run: |
pip install -q cmake==3.28.3
- name: Install build package
shell: bash
run: pip install build
Expand Down

0 comments on commit 1327e4e

Please sign in to comment.