Skip to content

Commit a8e3a67

Browse files
committed
Try another approach to install pixi
1 parent 17395f9 commit a8e3a67

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pixi.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

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
16+
- name: Setup Pixi
17+
uses: prefix-dev/setup-pixi@v0.9.0
2118

2219
- name: Install project dependencies with pixi
2320
run: pixi install

0 commit comments

Comments
 (0)