Skip to content

Commit f2fec4c

Browse files
committed
Update pixi version
1 parent 2ca5a26 commit f2fec4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup pixi
2727
uses: prefix-dev/setup-pixi@v0.8.1
2828
with:
29-
pixi-version: v0.49.0
29+
pixi-version: v0.66.0
3030
cache: true
3131
# only write new caches on main pushes (optional)
3232
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Pixi (installs pixi + caches envs) # https://github.com/marketplace/actions/setup-pixi
1111
uses: prefix-dev/setup-pixi@v0.9.3 # pin the action version
1212
with:
13-
pixi-version: v0.61.0 # pin the pixi binary version (optional)
13+
pixi-version: v0.66.0 # pin the pixi binary version (optional)
1414
cache: true # enable caching of installed envs
1515
# only write new caches on main pushes (optional)
1616
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

0 commit comments

Comments
 (0)