Skip to content

Commit 6e094fa

Browse files
committed
Update readme
1 parent fec2751 commit 6e094fa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
exit 1
4646
fi
4747
48-
test:
48+
restore-and-install:
4949
needs: cache-pixi-lock
5050
runs-on: ${{ matrix.os }}
5151
strategy:
@@ -80,7 +80,7 @@ jobs:
8080
- name: Setup pixi and install environment
8181
uses: prefix-dev/setup-pixi@v0.9.3
8282
with:
83-
pixi-version: ${{ env.PIXI_VERSION }}
83+
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
8484

8585
- name: Verify environment installed
8686
shell: bash

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: Parcels-code/pixi-lock/create-and-cache@v1
2929
id: pixi-lock
3030
with:
31-
pixi-version: v0.63.0
31+
pixi-version: ... # TODO: update with your selected pixi version
3232

3333
ci:
3434
needs: cache-pixi-lock
@@ -41,7 +41,7 @@ jobs:
4141
- uses: Parcels-code/pixi-lock/restore@v1
4242
with:
4343
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
44-
- uses: prefix-dev/setup-pixi@v0.9.3
44+
- uses: prefix-dev/setup-pixi@v... # TODO: update with your selected setup-pixi version
4545
with:
4646
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
4747
# ... your CI steps

0 commit comments

Comments
 (0)