Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Apr 18, 2024
1 parent 76d5228 commit 5b9028c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14-arm64]
environment: [cpu]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
Expand All @@ -17,7 +18,7 @@ jobs:
frozen: true

- name: Install ragger-duck
run: pip install -e --no-deps .
run: pip install --no-deps -e .
shell: pixi run bash -e {0}

- name: Run tests
Expand Down

0 comments on commit 5b9028c

Please sign in to comment.