Skip to content

Commit daa0c24

Browse files
authored
Update build_and_publish_to_pypi_windows.yml
1 parent e320a7b commit daa0c24

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build_and_publish_to_pypi_windows.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ jobs:
4545
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
4646
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path ${{ github.workspace }}/openblas/bin -w {dest_dir} {wheel}"
4747
CIBW_TEST_REQUIRES: pytest pyttb
48+
CIBW_TEST_SOURCES: python/test data
4849
CIBW_TEST_COMMAND: >
49-
cd {package} && ls &&
50-
pytest python/test
50+
ls &&
51+
pytest test
52+
# CIBW_TEST_COMMAND: >
53+
# cd {package} && ls &&
54+
# pytest python/test
5155

5256
- name: Upload distributions
5357
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)