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 b7971c3 commit 105f23aCopy full SHA for 105f23a
1 file changed
.github/workflows/tests.yml
@@ -131,7 +131,7 @@ jobs:
131
if: matrix.kind == 'pixi'
132
# Workaround macOS path behavior with login shells (which puts system Python first)
133
- run: | # zizmor: ignore[template-injection]
134
- if [[ $MNE_CI_KIND == "pip" ]];
+ if [[ $MNE_CI_KIND == "pip" ]]; then
135
prepend_path="$(dirname ${{ steps.setup-python.outputs.python-path }})"
136
elif [[ $MNE_CI_KIND == "pixi" ]]; then
137
prepend_path="${{ github.workspace }}/tools/ci/macos-intel/.pixi/envs/default/bin"
0 commit comments