Skip to content

Commit e696587

Browse files
authored
Refactor CIBW_ENVIRONMENT_WINDOWS variable format
1 parent 6955a13 commit e696587

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ jobs:
4545
git clone https://github.com/microsoft/vcpkg.git C:\\vcpkg &&
4646
C:\\vcpkg\\bootstrap-vcpkg.bat -disableMetrics &&
4747
C:\\vcpkg\\vcpkg.exe install openblas:x64-windows
48-
CIBW_ENVIRONMENT_WINDOWS: >-
49-
EASYSBA_LAPACK_LIBS=openblas
50-
INCLUDE=C:\\vcpkg\\installed\\x64-windows\\include
51-
LIB=C:\\vcpkg\\installed\\x64-windows\\lib
52-
PATH=C:\\vcpkg\\installed\\x64-windows\\bin;${{ env.PATH }}
48+
CIBW_ENVIRONMENT_WINDOWS: "EASYSBA_LAPACK_LIBS=openblas INCLUDE=C:\\vcpkg\\installed\\x64-windows\\include LIB=C:\\vcpkg\\installed\\x64-windows\\lib PATH=C:\\vcpkg\\installed\\x64-windows\\bin;${{ env.PATH }}"
5349
run: python -m cibuildwheel --output-dir wheelhouse
5450

5551
- name: Upload wheels

0 commit comments

Comments
 (0)