Skip to content

Commit

Permalink
cuda version
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Oct 18, 2023
1 parent 8a500f1 commit 2a37c56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
python-version: ['3.9.15']
steps:
- uses: actions/checkout@v3
- uses: Jimver/cuda-toolkit@v0.2.4
- uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
with:
method: network
cuda: '11.1.1'
cuda: '12.1.0'
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 2a37c56

Please sign in to comment.