1 parent 5c5b4bf commit dc9aee4Copy full SHA for dc9aee4
1 file changed
.github/workflows/ci-pixi-source-test.yml
@@ -145,6 +145,8 @@ jobs:
145
for CUDA_ENV in ${CUDA_ENVS}; do
146
echo "::group::Source-build ${CUDA_ENV}"
147
# Avoid carrying Cython outputs between CUDA-major environments.
148
+ rm -rf cuda_core/build/cython cuda_core/cython_debug
149
+ find cuda_core/cuda/core -type f -name '*.so' -delete
150
find cuda_bindings/tests/cython cuda_bindings_12/tests/cython cuda_core/tests/cython \
151
-maxdepth 1 -type f \( -name 'test_*.cpp' -o -name 'test_*.so' \) -delete
152
0 commit comments