Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43654c4 commit bc9595bCopy full SHA for bc9595b
.github/workflows/test-wheel-linux.yml
@@ -236,7 +236,7 @@ jobs:
236
# latest bindings (from either major version). This is not compatible
237
# with the test requirements.
238
if [[ "${{ inputs.local-ctk }}" == 1 && "${SKIP_CUDA_CORE_CYTHON_TEST}" == 0 ]]; then
239
- pip install cython
+ pip install cython setuptools # setuptools needed starting PY312
240
if [[ "${{ inputs.host-platform }}" == linux* ]]; then
241
bash tests/cython/build_tests.sh
242
elif [[ "${{ inputs.host-platform }}" == win* ]]; then
0 commit comments