Skip to content

Commit

Permalink
cibuildwheel: added python headers to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Sep 16, 2022
1 parent 4443927 commit c508ff0
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 @@ -63,7 +63,7 @@ jobs:
env:
CIBW_BEFORE_BUILD: >
apt update -y && apt upgrade &&
apt install -y build-essential cmake mpich libhdf5-mpich-dev
apt install -y build-essential cmake mpich libhdf5-mpich-dev libpython3.7-dev libpython3.8-dev libpython3.9-dev
CIBW_BUILD: cp37-* cp38-* cp39-*
CIBW_ARCHS_LINUX: "auto64"
Expand Down

0 comments on commit c508ff0

Please sign in to comment.