Skip to content

Commit 0a5d38e

Browse files
committed
Add missing cffi installation
1 parent cfd05a0 commit 0a5d38e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/test_conda_pynvjitlink.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rapids-mamba-retry create -n test \
2222
make \
2323
psutil \
2424
pytest \
25+
cffi \
2526
python=${RAPIDS_PY_VERSION}
2627

2728
# Temporarily allow unbound variables for conda activation.

ci/test_wheel_pynvjitlink.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rapids-logger "Install testing dependencies"
77
# TODO: Replace with rapids-dependency-file-generator
88
python -m pip install \
99
psutil \
10+
cffi \
1011
cuda-python \
1112
pytest
1213

0 commit comments

Comments
 (0)