Skip to content

Commit

Permalink
Update jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 9, 2023
1 parent f78abf4 commit b431570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pipeline {
python3 -m pip install "torch~=2.1.0" --index-url https://download.pytorch.org/whl/cu118
python3 -m pip install finufft/python/cufinufft
python3 -m pip install -e .[dev,cuda]
python3 -m pip install -e .[dev] # can make [dev,cuda] once cufinufft released?
python3 -m pytest -k "cuda" tests/ --cov -v
'''
Expand Down

0 comments on commit b431570

Please sign in to comment.