Skip to content

Commit

Permalink
cibuildwheel: apt invocation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Sep 16, 2022
1 parent 5094bea commit 326c0a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
env:
CIBW_BEFORE_BUILD: >
apt update -y && apt upgrade &&
apt install build-essential cmake mpich libhdf5-mpich-dev
apt install -y build-essential cmake mpich libhdf5-mpich-dev
CIBW_BUILD: cp37-* cp38-* cp39-*
CIBW_ARCHS_LINUX: "auto64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
Expand Down

0 comments on commit 326c0a7

Please sign in to comment.