Skip to content

Commit

Permalink
update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Apr 11, 2024
1 parent 054812d commit 06ba247
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
name: ${{ matrix.pixi-environment }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand All @@ -36,6 +37,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
with:
manifest-path: pyproject.toml
- name: Run Tests
run: pixi run --environment ${{ matrix.pixi-environment }} test

Expand All @@ -46,6 +49,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
with:
manifest-path: pyproject.toml
- name: Run Tests
run: pixi run test
- name: Publish Code Coverage
Expand Down

0 comments on commit 06ba247

Please sign in to comment.