Skip to content

Commit a98b79d

Browse files
committed
misc: update pixi versions in pipeline
1 parent f73f69e commit a98b79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pixi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
steps:
1414
# Pixi is the tool used to create/manage conda environment
1515
- uses: actions/checkout@v3
16-
- uses: prefix-dev/setup-pixi@v0.4.1
16+
- uses: prefix-dev/setup-pixi@v0.8.1
1717
with:
18-
pixi-version: v0.16.1
18+
pixi-version: v0.40.3
1919
- name: Build
2020
run: pixi run build
2121
- name: Run tests

0 commit comments

Comments
 (0)