Skip to content

Commit

Permalink
binary wheel action: added cibuildwheel in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Sep 15, 2022
1 parent 015fc11 commit 7690efd
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 @@ -65,7 +65,7 @@ jobs:
run: |
sudo apt update -y && sudo apt upgrade
sudo apt install build-essential cmake mpich libhdf5-mpich-dev
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel cibuildwheel
python -m pip install --upgrade numpy mpi4py h5py
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 7690efd

Please sign in to comment.