Skip to content

Commit 8996abd

Browse files
committed
FIX: path
1 parent 93e2dff commit 8996abd

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
@@ -133,7 +133,7 @@ jobs:
133133
if: matrix.kind == 'pixi'
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
136-
run: echo "export PATH=\"${{ github.workspace }}/.pixi/envs/default/bin:$PATH\"" | tee -a ~/.bash_profile
136+
run: echo 'export PATH="${{ github.workspace }}/tools/ci/macos-intel/.pixi/envs/default/bin:$PATH"' | tee -a ~/.bash_profile
137137
if: startsWith(matrix.os, 'macos')
138138
- name: Verify that the pixi env is on PATH
139139
if: matrix.kind == 'pixi'

0 commit comments

Comments
 (0)