Skip to content

Commit 4a43d52

Browse files
committed
Install Pixi in CI workflow
1 parent c4bb769 commit 4a43d52

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ jobs:
4040

4141
steps:
4242
- uses: actions/checkout@v4
43-
- name: Setup Pixi
44-
uses: prefix-dev/setup-pixi@v0.9.2
45-
with:
46-
pixi-version: v0.63.2
43+
44+
- name: Install Pixi
45+
run: |
46+
curl -fsSL https://pixi.sh/install.sh | bash
47+
echo "$HOME/.pixi/bin" >> $GITHUB_PATH
48+
4749
- name: Run Native tests
4850
run: |
4951
cargo test --verbose -F native-tests

0 commit comments

Comments
 (0)