Skip to content

Commit

Permalink
tests: update Jenkins to run different frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Aug 24, 2023
1 parent baa863b commit 593abf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ pipeline {
python3 -m pip install torch==1.7.1+cu110 -f https://download.pytorch.org/whl/torch_stable.html
python3 -m pip install -e python/cufinufft
python3 -m pip install pytest
python3 -m pytest python/cufinufft
python3 -m pytest --framework=pycuda python/cufinufft
python3 -m pytest --framework=numba python/cufinufft
python3 -m pytest --framework=cupy python/cufinufft
python3 -m pytest --framework=torch python/cufinufft
'''
}
}
Expand Down

0 comments on commit 593abf0

Please sign in to comment.