We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad8a1e commit 419bfacCopy full SHA for 419bfac
.github/workflows/testing.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Pixi
23
run: |
24
curl -fsSL https://pixi.sh/install.sh | bash
25
- export PATH="$HOME/.pixi/bin:$PATH"
+ echo "$HOME/.pixi/bin" >> $GITHUB_PATH
26
pixi --version
27
28
- name: Install test environment
0 commit comments