From b4315707eec6dcfca85f2537b26c051e0e6238a1 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Mon, 9 Oct 2023 10:16:26 -0400 Subject: [PATCH] Update jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '''