Skip to content

Commit 419ef91

Browse files
committed
manually install pixi
1 parent ddda92d commit 419ef91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v6
1717

18-
- name: Setup pixi
19-
uses: prefix-dev/setup-pixi@v0.9.4
20-
with:
21-
global-environments: python
18+
- name: Set up Pixi
19+
run: |
20+
curl -fsSL https://pixi.sh/install.sh | bash
21+
echo 'export PATH="$HOME/.pixi/bin:$PATH"' >> $GITHUB_ENV
2222
2323
- name: Publish package (dry run)
2424
uses: ./publish

0 commit comments

Comments
 (0)