Skip to content

Commit 95a5266

Browse files
committed
FIX: guard [skip circle] [skip azp]
1 parent 8996abd commit 95a5266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
# Bash login shell on MacOS prepend /usr/bin to PATH, which masks all other installations of Python
135135
- name: Workaround for macOS behavior on login shells
136136
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')
137+
if: startsWith(matrix.os, 'macos') && matrix.kind == 'pixi'
138138
- name: Verify that the pixi env is on PATH
139139
if: matrix.kind == 'pixi'
140140
run: |

0 commit comments

Comments
 (0)