File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 exit 1
4646 fi
4747
48- test :
48+ restore-and-install :
4949 needs : cache-pixi-lock
5050 runs-on : ${{ matrix.os }}
5151 strategy :
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments