Skip to content

Commit 833695b

Browse files
committed
fix shell for win
1 parent 1f55b17 commit 833695b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
mne-version: mne-stable
170170
mne-bids-install: minimal
171171
bids-validator-version: validator-stable
172-
# Test minimal mne-bids install
172+
# Test next gen BIDS schema validator
173173
- os: ubuntu-latest
174174
python-version: "3.12"
175175
mne-version: mne-stable
@@ -277,6 +277,7 @@ jobs:
277277
popd
278278
279279
- name: Display versions and environment information
280+
shell: bash
280281
run: |
281282
echo $TZ
282283
date

0 commit comments

Comments
 (0)