Skip to content

Commit

Permalink
ci: try just importing cufinufft
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jan 28, 2025
1 parent 4c949c6 commit 33c76cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ pipeline {
--config-settings=cmake.define.CMAKE_CUDA_ARCHITECTURES="${cuda_arch}" \
python/cufinufft
'''
sh '''#!/bin/bash -ex
source $HOME/bin/activate
python -c "import cufinufft"
'''
sh '''#!/bin/bash -ex
source $HOME/bin/activate
python3 -m pip install --no-cache-dir --upgrade pycuda cupy-cuda112 numba
Expand Down

0 comments on commit 33c76cd

Please sign in to comment.