Skip to content

Commit b7971c3

Browse files
committed
fix syntax [skip circle] [skip azp]
1 parent 1cfaeb5 commit b7971c3

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
@@ -132,7 +132,7 @@ jobs:
132132
# Workaround macOS path behavior with login shells (which puts system Python first)
133133
- run: | # zizmor: ignore[template-injection]
134134
if [[ $MNE_CI_KIND == "pip" ]];
135-
prepend_path=$(dirname ${{ steps.setup-python.outputs.python-path }})
135+
prepend_path="$(dirname ${{ steps.setup-python.outputs.python-path }})"
136136
elif [[ $MNE_CI_KIND == "pixi" ]]; then
137137
prepend_path="${{ github.workspace }}/tools/ci/macos-intel/.pixi/envs/default/bin"
138138
else

0 commit comments

Comments
 (0)