Skip to content

Commit 1beaded

Browse files
committed
* update workflow
1 parent 380b0a0 commit 1beaded

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
CIBW_SKIP: "*-musllinux_* *-win32 *-manylinux_i686"
2929
CIBW_ARCHS_LINUX: x86_64
3030
CIBW_ARCHS_MACOS: x86_64 arm64
31+
CIBW_BEFORE_ALL_LINUX: yum install -y wget
3132
CIBW_BEFORE_BUILD: ./build.sh
3233
CIBW_BUILD_VERBOSITY: 1
3334

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ test-command = "python -c 'import sharedmap; print(sharedmap.__version__)'"
5656
[tool.cibuildwheel.linux]
5757
archs = ["x86_64"]
5858
manylinux-x86_64-image = "manylinux2014"
59+
before-all = "yum install -y wget"
5960

6061
[tool.cibuildwheel.macos]
6162
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)