Skip to content

Commit 105f23a

Browse files
committed
doh [skip circle] [skip azp]
1 parent b7971c3 commit 105f23a

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
@@ -131,7 +131,7 @@ jobs:
131131
if: matrix.kind == 'pixi'
132132
# Workaround macOS path behavior with login shells (which puts system Python first)
133133
- run: | # zizmor: ignore[template-injection]
134-
if [[ $MNE_CI_KIND == "pip" ]];
134+
if [[ $MNE_CI_KIND == "pip" ]]; then
135135
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"

0 commit comments

Comments
 (0)