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 8996abd commit 95a5266Copy full SHA for 95a5266
1 file changed
.github/workflows/tests.yml
@@ -134,7 +134,7 @@ jobs:
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 }}/tools/ci/macos-intel/.pixi/envs/default/bin:$PATH"' | tee -a ~/.bash_profile
137
- if: startsWith(matrix.os, 'macos')
+ if: startsWith(matrix.os, 'macos') && matrix.kind == 'pixi'
138
- name: Verify that the pixi env is on PATH
139
if: matrix.kind == 'pixi'
140
run: |
0 commit comments