Skip to content

Commit

Permalink
ci: run GPU tests in py310
Browse files Browse the repository at this point in the history
To install the latest PyCUDA, we need NumPy >= 2.0, which in turn
requires Python >= 3.9.
  • Loading branch information
janden committed Jul 23, 2024
1 parent 355fe45 commit 8ef919c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
}
environment {
HOME = "$WORKSPACE"
PYBIN = "/opt/python/cp38-cp38/bin"
PYBIN = "/opt/python/cp310-cp310/bin"
LIBRARY_PATH = "$WORKSPACE/build"
LD_LIBRARY_PATH = "$WORKSPACE/build"
}
Expand Down

0 comments on commit 8ef919c

Please sign in to comment.