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 5b12410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ pipeline {
--config-settings=cmake.define.CMAKE_CUDA_ARCHITECTURES="${cuda_arch}" \
python/cufinufft
'''
sh '''#!/bin/bash -ex
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 5b12410

Please sign in to comment.