Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/test_thirdparty_awkward.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ AWKWARD_VERSION="2.8.10"

rapids-logger "Install awkward and related libraries"

pip install awkward==${AWKWARD_VERSION} cupy-cuda12x pyarrow pandas nox
pip install awkward==${AWKWARD_VERSION} "cupy-cuda12x==13.4.*" pyarrow pandas nox

rapids-logger "Install wheel with test dependencies"
package=$(realpath wheel/numba_cuda*.whl)
echo "Package path: ${package}"
python -m pip install \
"${package}" \
"cuda-python==${CUDA_VER_MAJOR_MINOR%.*}.*" \
"cuda-core==0.3.*" \
"cuda-core" \
Comment thread
gmarkall marked this conversation as resolved.
"nvidia-nvjitlink-cu12" \
--group test

Expand Down
Loading