Skip to content

Commit

Permalink
fix(ci): cache pixi on push (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatzel authored Nov 2, 2024
1 parent 868ab6d commit 8e1fe98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
name: test
machine: windows-latest
cache_write: ${{ github.event_name == 'push'}}
pixi_python_env: audio
test_path: ./src/audio
update_submodule: true
Expand All @@ -41,6 +42,7 @@ jobs:
with:
name: test
machine: windows-latest
cache_write: ${{ github.event_name == 'push'}}
pixi_python_env: arithmetic-cpu
test_path: ./src/arithmetic
update_submodule: true
Expand Down

0 comments on commit 8e1fe98

Please sign in to comment.