Skip to content

Commit

Permalink
Install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 19, 2024
1 parent 2ddf5f4 commit 9ba00ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
# yum install -y gmp-devel glibc-devel &&
CIBW_BEFORE_ALL_LINUX: yum install -y wget
CIBW_BEFORE_ALL: >
wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz &&
tar xf gmp-6.3.0.tar.xz &&
Expand Down

0 comments on commit 9ba00ab

Please sign in to comment.