Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Pixi (installs pixi + caches envs) # https://github.com/marketplace/actions/setup-pixi
uses: prefix-dev/setup-pixi@v0.9.3 # pin the action version
with:
pixi-version: v0.61.0 # pin the pixi binary version (optional)
pixi-version: v0.62.1 # pin the pixi binary version (optional)
cache: true # enable caching of installed envs
# only write new caches on main pushes (TODO: Enable)
# cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
Expand Down
Loading
Loading