diff --git a/Jenkinsfile b/Jenkinsfile index c403682..efe3e79 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 '''