Skip to content

Commit

Permalink
Test disabling CUDA GitHub cache
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSalinas98 authored Aug 30, 2023
1 parent 2ff9cf8 commit c8f3359
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ jobs:
pip install scons numpy
# Installing CUDA
- uses: Jimver/[email protected].10
- uses: Jimver/[email protected].11
id: cuda-toolkit
with:
cuda: '11.7.0'
cuda: '11.8.0'
linux-local-args: '[ "--toolkit" ]'
use-github-cache: false

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c8f3359

Please sign in to comment.