There was an error while loading. Please reload this page.
1 parent 1cfaeb5 commit b7971c3Copy full SHA for b7971c3
1 file changed
.github/workflows/tests.yml
@@ -132,7 +132,7 @@ jobs:
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" ]];
135
- prepend_path=$(dirname ${{ steps.setup-python.outputs.python-path }})
+ 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"
138
else
0 commit comments