Skip to content

Commit

Permalink
Update build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode authored Mar 6, 2023
1 parent 269ba6b commit 50996d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
branches: [ master ]
tags:
- v*

Expand All @@ -24,7 +25,7 @@ jobs:
CIBW_TEST_SKIP: "*-macosx_arm64"
CIBW_ARCHS_LINUX: "auto64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_BEFORE_ALL_LINUX: "yum install -y pcre2-devel zlib-devel"
CIBW_BEFORE_ALL_LINUX: "which yum && yum install -y pcre2-devel zlib-devel || apk install pcre2-dev zlib-dev"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest -v {package}/tests"

Expand Down

0 comments on commit 50996d9

Please sign in to comment.