Skip to content

Commit a6fba0f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish_to_pypi_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
CIBW_TEST_SOURCES: python/test data
4949
CIBW_TEST_COMMAND: >
5050
ls &&
51-
pytest test
51+
pytest python/test
5252
# CIBW_TEST_COMMAND: >
5353
# cd {package} && ls &&
5454
# pytest python/test

0 commit comments

Comments
 (0)