Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <[email protected]>
  • Loading branch information
mballance committed Sep 19, 2023
1 parent aca88bd commit c78f3fe
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ on:
- workflow_dispatch

jobs:
ci-macos-arm64:
ci-macos:
strategy:
matrix:
pyversion: ["3.9", "3.10", "3.11"]
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install Python
run: |
which brew
python="python@${{ matrix.pyversion }}"
echo "python=$python"
brew install ${{ format('python@{0}', matrix.pyversion) }} ninja
- uses: actions/setup-python@v4
with:
python-version: {{ matris.pyversion }}
- name: Fetch dependencies
run: |
${{ format('/usr/local/bin/python{0}', matrix.pyversion) }} -m pip install ivpm
${{ format('/usr/local/bin/python{0}', matrix.pyversion) }} -m ivpm update
python3 --version
python3 -m pip install ivpm
python3 -m ivpm update
./packages/python/bin/python -m pip install cython setuptools wheel build
- name: Build wheel
run: |
Expand Down

0 comments on commit c78f3fe

Please sign in to comment.