Skip to content

Commit

Permalink
removed mac
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 21, 2024
1 parent 13ea2c8 commit f49325c
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,41 +177,6 @@ jobs:
pip install pytest
pytest
# TODO this fails
# macos:
# runs-on: ${{ matrix.platform.runner }}
# strategy:
# matrix:
# platform:
# - runner: macos-12
# target: x86_64
# - runner: macos-14
# target: aarch64
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: 3.x
# - name: Build wheels
# uses: PyO3/maturin-action@v1
# with:
# target: ${{ matrix.platform.target }}
# args: --release --out dist --find-interpreter
# sccache: 'true'
# - name: Upload wheels
# uses: actions/upload-artifact@v4
# with:
# name: wheels-macos-${{ matrix.platform.target }}
# path: dist
# - name: pytest
# run: |
# set -e
# python3 -m venv .venv
# source .venv/bin/activate
# pip install fusion_neutron_utils --find-links dist --force-reinstall
# pip install pytest
# pytest

sdist:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f49325c

Please sign in to comment.