You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using cibuildwheel's Github action to build manylinux2014_x86_64 wheels for my Pytorch C extension. I added the line CIBW_TEST_COMMAND: pytest {project}/tests
in my workflow file to perform tests after the build has succeeded. The tests pass with no problem, but the job sometimes fails at the end on the command rm -rf /tmp/tmp.mXcluW4Jpi
with the message rm: cannot remove ‘/tmp/tmp.mXcluW4Jpi/venv/lib/python3.12/site-packages/sympy/core’: Directory not empty
I'm not sure why this is happening.
Description
I'm using cibuildwheel's Github action to build manylinux2014_x86_64 wheels for my Pytorch C extension. I added the line
CIBW_TEST_COMMAND: pytest {project}/tests
in my workflow file to perform tests after the build has succeeded. The tests pass with no problem, but the job sometimes fails at the end on the command
rm -rf /tmp/tmp.mXcluW4Jpi
with the message
rm: cannot remove ‘/tmp/tmp.mXcluW4Jpi/venv/lib/python3.12/site-packages/sympy/core’: Directory not empty
I'm not sure why this is happening.
Build log
https://github.com/hchau630/torch-bessel/actions/runs/12799307813/job/35685108808
CI config
https://github.com/hchau630/torch-bessel/tree/main/.github/workflows
The text was updated successfully, but these errors were encountered: