We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e320a7b commit daa0c24Copy full SHA for daa0c24
.github/workflows/build_and_publish_to_pypi_windows.yml
@@ -45,9 +45,13 @@ jobs:
45
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
46
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path ${{ github.workspace }}/openblas/bin -w {dest_dir} {wheel}"
47
CIBW_TEST_REQUIRES: pytest pyttb
48
+ CIBW_TEST_SOURCES: python/test data
49
CIBW_TEST_COMMAND: >
- cd {package} && ls &&
50
- pytest python/test
+ ls &&
51
+ pytest test
52
+ # CIBW_TEST_COMMAND: >
53
+ # cd {package} && ls &&
54
+ # pytest python/test
55
56
- name: Upload distributions
57
uses: actions/upload-artifact@v4
0 commit comments