Skip to content

Commit c1f186a

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build_and_publish_to_pypi_windows.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,14 @@ jobs:
4040
curl -o openblas.zip -L --ssl-no-revoke --url https://sourceforge.net/projects/openblas/files/v0.3.29/OpenBLAS-0.3.29_x64.zip &&
4141
unzip openblas.zip &&
4242
set PATH=${{ github.workspace }}/openblas/bin:${PATH}
43-
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF;-DENABLE_REAL_TIME_CLOCK=OFF"
44-
CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}/openblas/bin
43+
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
44+
#CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}/openblas/bin
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
4848
CIBW_TEST_SOURCES: python/test data
4949
CIBW_TEST_COMMAND: >
50-
ls &&
5150
pytest python/test
52-
# CIBW_TEST_COMMAND: >
53-
# cd {package} && ls &&
54-
# pytest python/test
5551
5652
- name: Upload distributions
5753
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)