Skip to content

Commit

Permalink
ci: Update ci.yml (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatzel authored Nov 8, 2024
1 parent 67d5e08 commit d082f31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
cache-pixi:
if: ${{github.event_name== 'push'}}
uses: Glatzel/template/.github/workflows/cache-pixi.yml@main
strategy:
matrix:
pixi_env: [audio,arithmetic-cpu]
with:
machine: windows-latest
install_cmd: pixi install -e audio -e arithmetic-cpu
pixi_env: ${{matrix.pixi_env}}

ruff-lint:
uses: Glatzel/template/.github/workflows/ruff.yml@main
Expand Down

0 comments on commit d082f31

Please sign in to comment.