We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17395f9 commit a8e3a67Copy full SHA for a8e3a67
.github/workflows/pixi.yml
@@ -13,11 +13,8 @@ jobs:
13
- name: Checkout repository
14
uses: actions/checkout@v4
15
16
- - name: Install Pixi
17
- run: |
18
- curl -fsSL https://pixi.sh/install.sh | sh
19
- # make pixi available in PATH for following steps
20
- echo "$HOME/.local/bin" >> $GITHUB_PATH
+ - name: Setup Pixi
+ uses: prefix-dev/setup-pixi@v0.9.0
21
22
- name: Install project dependencies with pixi
23
run: pixi install
0 commit comments