Skip to content

Commit

Permalink
feat(ci): add torch to gpu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Jan 26, 2024
1 parent 9ec2b73 commit 4af8926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
pip install --upgrade pip wheel
pip install -e mri-nufft[test]
pip install cupy-cuda11x
pip install torch --index-url https://download.pytorch.org/whl/cu118
pip install finufft
- name: Install backend
Expand Down

0 comments on commit 4af8926

Please sign in to comment.