Skip to content

Commit

Permalink
pybamm-team#2921 forgot &&
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed May 4, 2023
1 parent 605fe52 commit a59ba30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_ALL_LINUX: >
yum -y install openblas-devel
yum -y install openblas-devel &&
bash build_manylinux_wheels/install_sundials.sh 5.8.1 5.7.0
CIBW_BEFORE_BUILD_LINUX: "python -m pip install cmake casadi numpy"
Expand Down

0 comments on commit a59ba30

Please sign in to comment.