We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddda92d commit 419ef91Copy full SHA for 419ef91
.github/workflows/test-publish.yaml
@@ -15,10 +15,10 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v6
17
18
- - name: Setup pixi
19
- uses: prefix-dev/setup-pixi@v0.9.4
20
- with:
21
- global-environments: python
+ - name: Set up Pixi
+ run: |
+ curl -fsSL https://pixi.sh/install.sh | bash
+ echo 'export PATH="$HOME/.pixi/bin:$PATH"' >> $GITHUB_ENV
22
23
- name: Publish package (dry run)
24
uses: ./publish
0 commit comments