Skip to content

Commit

Permalink
Merge branch 'main' into mark-channels
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Sep 20, 2024
2 parents 6faf764 + 1cbcfdd commit 75941e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ jobs:
- name: Install BIDS validator (stable)
if: matrix.bids-validator-version == 'validator-stable'
# XXX: Remove pin once this is solved: https://github.com/bids-standard/bids-validator/issues/2124
run: |
npm install -g bids-validator
npm install -g bids-validator@1.14.10
- name: Download BIDS validator (main)
if: matrix.bids-validator-version == 'validator-main'
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.5
hooks:
- id: ruff
name: ruff mne_bids/
Expand Down

0 comments on commit 75941e7

Please sign in to comment.