Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
* Remove pip caching in CI build setup-python; it fails on Rocky distros
* Update CUDA to 12.4.1 on Windows to support recent VS2022

Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Jun 12, 2024
1 parent dd7508f commit ade3a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ jobs:
if: matrix.ostype == 'mac'
with:
python-version: '3.11'
cache: 'pip'

- name: Install Conan
id: conan
Expand Down Expand Up @@ -216,11 +215,12 @@ jobs:
linux-local-args: '["--toolkit"]'

- name: Install CUDA Toolkit
uses: Jimver/[email protected].14
uses: Jimver/[email protected].15
id: cuda-toolkit-win
if: matrix.ostype == 'windows' && matrix.cuda == true
with:
cuda: '12.1.0'
# Need CUDA >= 12.4 to support recent VS2022 (17.10 and later, MSVC 19.40)
cuda: '12.4.1'
method: 'network'
sub-packages: '["nvcc", "cudart"]'
# workaround for cuda-toolkit action bug https://github.com/Jimver/cuda-toolkit/issues/315
Expand Down

0 comments on commit ade3a20

Please sign in to comment.