Skip to content

Commit

Permalink
add cache management
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Sep 30, 2024
1 parent 9b7fb24 commit ad17e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
with:
manifest-path: pyproject.toml
pixi-version: v0.30.0
cache: false
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- run: pixi run test

0 comments on commit ad17e29

Please sign in to comment.