Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Nov 17, 2023
1 parent 888fc0e commit d2973f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ jobs:
- name: Check out
uses: actions/checkout@v2

- name: Install CUDA Toolkit
- name: Install CUDA Toolkit
uses: Jimver/[email protected]
with:
cuda: ${{ matrix.cuda }}
linux-local-args: '["--toolkit", "--override"]'
method: 'network' # Use the network method for installing subpackages
linux-local-args: '["--toolkit", "--override"]'
sub-packages: '["nvcc"]' # Example subpackages
if: ${{ matrix.enable_cuda }}

- name: Install Miniconda
Expand Down

0 comments on commit d2973f7

Please sign in to comment.