Replies: 2 comments 1 reply
-
The above looks fine... can you link your project code and a build log showing the failure? |
Beta Was this translation helpful? Give feedback.
0 replies
-
My codebase: https://github.com/idealo/imagededup/tree/f645aa5102a9879f5e00b839a9d0cb0d86370aa9 Corresponding failure log: https://github.com/idealo/imagededup/actions/runs/15902203039/job/44847649054 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a github action to build and test wheels. While the build goes through fine, I'm unable to run tests using the built wheels. My dir structure is as follows:
My test-speciifc github action is:
I expect the
tests
dir to be available in the temporary dir that cibuildwheel sets up to run tests as mentioned in the docs. Instead, I always seeERROR: file or directory not found: tests
.What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions