Skip to content

Commit

Permalink
fix shell for win
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Oct 15, 2024
1 parent f42cf25 commit c50032c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
mne-version: mne-stable
mne-bids-install: minimal
bids-validator-version: validator-stable
# Test minimal mne-bids install
# Test next gen BIDS schema validator
- os: ubuntu-latest
python-version: "3.12"
mne-version: mne-stable
Expand Down Expand Up @@ -257,6 +257,7 @@ jobs:
popd
- name: Display versions and environment information
shell: bash
run: |
echo $TZ
date
Expand Down

0 comments on commit c50032c

Please sign in to comment.