We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4ce3a commit d1cf7ecCopy full SHA for d1cf7ec
.github/workflows/build_and_publish_to_pypi_windows.yml
@@ -40,7 +40,8 @@ jobs:
40
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
41
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
42
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path ${{ github.workspace }}/openblas/bin -w {dest_dir} {wheel}"
43
- CIBW_TEST_REQUIRES: pytest pyttb
+ #CIBW_TEST_REQUIRES: pytest pyttb
44
+ CIBW_TEST_REQUIRES: pytest
45
CIBW_TEST_SOURCES: python/test data
46
CIBW_TEST_COMMAND: >
47
pytest python/test
0 commit comments