Skip to content

Commit

Permalink
CI: give up restricting sub-packages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed May 9, 2024
1 parent 7285ce5 commit e10c505
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
id: cuda-toolkit
with:
method: network
sub-packages: '[ "cudart", "cudart-dev", "nvrtc", "nvrtc-dev" ]'
non-cuda-sub-packages: '[ "cuda-drivers_520.61.05" ]'
# cuda: '12.4.1'
# FIXME(#3): Unfortunately, we cannot restrict the subpackages because of:
# https://github.com/Jimver/cuda-toolkit/issues/344
# sub-packages: '[ "cudart", "cudart-dev", "nvrtc", "nvrtc-dev" ]'
# non-cuda-sub-packages: '[ "cuda-drivers_520.61.05" ]'
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
Expand Down

0 comments on commit e10c505

Please sign in to comment.