Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc9595b

Browse files
committed
fix CI again
1 parent 43654c4 commit bc9595b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
# latest bindings (from either major version). This is not compatible
237237
# with the test requirements.
238238
if [[ "${{ inputs.local-ctk }}" == 1 && "${SKIP_CUDA_CORE_CYTHON_TEST}" == 0 ]]; then
239-
pip install cython
239+
pip install cython setuptools # setuptools needed starting PY312
240240
if [[ "${{ inputs.host-platform }}" == linux* ]]; then
241241
bash tests/cython/build_tests.sh
242242
elif [[ "${{ inputs.host-platform }}" == win* ]]; then

0 commit comments

Comments
 (0)