Skip to content

Commit 4d75125

Browse files
committed
Fix CI
1 parent 45e8e1b commit 4d75125

2 files changed

Lines changed: 53 additions & 68 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
git submodule update --init --recursive
1313
1414
- name: Setup Pixi (installs pixi + caches envs) # https://github.com/marketplace/actions/setup-pixi
15-
uses: prefix-dev/setup-pixi@v0.9.0 # pin the action version
15+
uses: prefix-dev/setup-pixi@v0.9.3 # pin the action version
1616
with:
17-
pixi-version: v0.53.0 # pin the pixi binary version (optional)
17+
pixi-version: v0.61.0 # pin the pixi binary version (optional)
1818
cache: true # enable caching of installed envs
1919
# only write new caches on main pushes (TODO: Enable)
2020
# cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

0 commit comments

Comments
 (0)