Skip to content

Commit e0dd25a

Browse files
committed
Minor patch
1 parent dd253d9 commit e0dd25a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
env:
6767
CIBW_ARCHS_LINUX: x86_64
6868
CIBW_BEFORE_ALL_LINUX: >
69-
yum -y install openblas-devel lapack-devel
70-
CIBW_BEFORE_BUILD_LINUX: >
69+
yum -y install openblas-devel lapack-devel &&
7170
python -m pip install cmake casadi==3.6.7 setuptools wheel &&
7271
python install_KLU_Sundials.py
7372
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair -w {dest_dir} {wheel}

0 commit comments

Comments
 (0)