Skip to content

Commit

Permalink
CI: more exclusions and clean ups
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Apr 13, 2024
1 parent db91b80 commit 3daf1d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
openmp: ["off"]
fail-fast: false
env:
CIBW_SKIP: pp* cp36-* cp37-* cp*_i686
CIBW_SKIP: pp* cp36-* cp37-* cp*_i686 cp*-musllinux_*

defaults:
run:
Expand Down Expand Up @@ -135,7 +135,8 @@ jobs:
runs-on: ${{ matrix.host-os }}
strategy:
matrix:
host-os: ["ubuntu-latest", "windows-latest", "macos-13", "macos-14"]
# host-os: ["ubuntu-latest", "windows-latest", "macos-13", "macos-14"]
host-os: ["ubuntu-latest", "macos-13", "macos-14"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

Expand Down Expand Up @@ -166,7 +167,7 @@ jobs:
- name: Install the package and test requirements
run: |
set -vxeuo pipefail
pip install -v wheelhouse/*-cp${PYTHONVER}-*.whl
python -m pip install -v wheelhouse/*-cp${PYTHONVER}-*.whl
# Smoke import test:
python -c "import srwpy; import srwpy.srwlpy"
Expand Down

0 comments on commit 3daf1d7

Please sign in to comment.