summaryrefslogtreecommitdiff
path: root/.github/workflows/build_wheels.yml
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-23 14:41:57 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-23 14:41:57 +0200
commitd676bc70dd3d332973ce3700ae9d7f02865fffcd (patch)
tree1a6d275610d11ec5b3e4b2572cc8e1ef859b4342 /.github/workflows/build_wheels.yml
parentd2575b77e90e9cc94ee60bcd548ede16740ca2fc (diff)
remove pipy for macosx
Diffstat (limited to '.github/workflows/build_wheels.yml')
-rw-r--r--.github/workflows/build_wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index da1e18f..2fc8db3 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -39,7 +39,7 @@ jobs:
- name: Build wheel
env:
- CIBW_SKIP: "pp*-win*"
+ CIBW_SKIP: "pp*-win* pp*-macosx*"
CIBW_BEFORE_BUILD: "pip install numpy cython"
run: |
python -m cibuildwheel --output-dir wheelhouse