Skip to content

Commit

Permalink
build wheels: fix in apt CIBW build command
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Sep 16, 2022
1 parent 63026ee commit ac09294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: pypa/cibuildwheel@v2.10.0
env:
CIBW_BEFORE_BUILD: >
apt update -y && apt upgrade
apt update -y && apt upgrade &&
apt install build-essential cmake mpich libhdf5-mpich-dev
CIBW_BUILD: cp37-* cp38-* cp39-*
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
Expand Down

0 comments on commit ac09294

Please sign in to comment.