We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8fab1 commit c92445cCopy full SHA for c92445c
3 files changed
.github/workflows/testing.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Pixi (installs pixi + caches envs) # https://github.com/marketplace/actions/setup-pixi
15
uses: prefix-dev/setup-pixi@v0.9.3 # pin the action version
16
with:
17
- pixi-version: v0.61.0 # pin the pixi binary version (optional)
+ pixi-version: v0.62.1 # pin the pixi binary version (optional)
18
cache: true # enable caching of installed envs
19
# only write new caches on main pushes (TODO: Enable)
20
# cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
0 commit comments