Skip to content

Commit d1cf7ec

Browse files
authored
Disable pyttb in testing for windows wheels
1 parent 6a4ce3a commit d1cf7ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_publish_to_pypi_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
4141
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
4242
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path ${{ github.workspace }}/openblas/bin -w {dest_dir} {wheel}"
43-
CIBW_TEST_REQUIRES: pytest pyttb
43+
#CIBW_TEST_REQUIRES: pytest pyttb
44+
CIBW_TEST_REQUIRES: pytest
4445
CIBW_TEST_SOURCES: python/test data
4546
CIBW_TEST_COMMAND: >
4647
pytest python/test

0 commit comments

Comments
 (0)