summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-06 21:16:25 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-11-06 21:16:25 +0100
commit2cce54fba25c702eb9054e0e92ea2261d7ffb2a0 (patch)
tree4eb9da44a53b878bc56ef080a959d9c273b356d4
parentff3c701e16cef946088ec1d264b34b051e8c2db9 (diff)
downloadpsutil-2cce54fba25c702eb9054e0e92ea2261d7ffb2a0.tar.gz
test-24
-rw-r--r--.github/workflows/build_wheel.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml
index 0e6609fe..df591264 100644
--- a/.github/workflows/build_wheel.yml
+++ b/.github/workflows/build_wheel.yml
@@ -8,9 +8,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
# fail-fast: false
- fail-fast: true
+ fail-fast: false
matrix:
- os: [ubuntu-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
include:
- {name: Linux, python: '3.9', os: ubuntu-latest}
env:
@@ -31,7 +31,6 @@ jobs:
- name: Build wheels
run: |
- python -c "import platform; print(platform.python_version())"
pip install cibuildwheel
cibuildwheel .