Skip to content

Commit efa3d24

Browse files
committed
Typo
1 parent 677d01c commit efa3d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CMAKE_GENERATOR_PLATFORM=x64
3939
CIBW_ARCHS: AMD64
4040
CIBW_BEFORE_ALL_WINDOWS: >
41-
vcpkg install blas openblas
41+
vcpkg install blas openblas &&
4242
python install_KLU_Sundials.py
4343
CIBW_BEFORE_BUILD: python -m pip install setuptools delvewheel
4444
CIBW_REPAIR_WHEEL_COMMAND: delvewheel repair --add-path C:/Windows/System32 -w {dest_dir} {wheel}

0 commit comments

Comments
 (0)