Skip to content

Commit 5a9af11

Browse files
authored
Update build_and_publish_to_pypi_windows.yml
1 parent 292240c commit 5a9af11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_and_publish_to_pypi_windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
cd openblas &&
4747
curl -o openblas.zip -L --ssl-no-revoke --url https://sourceforge.net/projects/openblas/files/v0.3.29/OpenBLAS-0.3.29_x64.zip &&
4848
unzip openblas.zip &&
49-
set PATH=${{ github.workspace }}\openblas\bin:${PATH}
50-
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DCMAKE_GENERATOR_TOOLSET=ClangCL;-DLAPACK_LIBS=${{ github.workspace }}\openblas\lib\libopenblas.lib;-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
51-
CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}\openblas\bin
49+
set PATH=${{ github.workspace }}\\openblas\\bin:${PATH}
50+
CIBW_CONFIG_SETTINGS_WINDOWS: "cmake.args=-DCMAKE_GENERATOR_TOOLSET=ClangCL;-DLAPACK_LIBS=${{ github.workspace }}\\openblas\\lib\\libopenblas.lib;-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
51+
CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}\\openblas\\bin
5252
CIBW_TEST_REQUIRES: pytest pyttb
5353
CIBW_TEST_COMMAND: >
5454
cd {package} &&

0 commit comments

Comments
 (0)