We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e2dff commit 8996abdCopy full SHA for 8996abd
1 file changed
.github/workflows/tests.yml
@@ -133,7 +133,7 @@ jobs:
133
if: matrix.kind == 'pixi'
134
# Bash login shell on MacOS prepend /usr/bin to PATH, which masks all other installations of Python
135
- name: Workaround for macOS behavior on login shells
136
- run: echo "export PATH=\"${{ github.workspace }}/.pixi/envs/default/bin:$PATH\"" | tee -a ~/.bash_profile
+ run: echo 'export PATH="${{ github.workspace }}/tools/ci/macos-intel/.pixi/envs/default/bin:$PATH"' | tee -a ~/.bash_profile
137
if: startsWith(matrix.os, 'macos')
138
- name: Verify that the pixi env is on PATH
139
0 commit comments