Skip to content

Commit

Permalink
remove bids-validator pin (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Oct 16, 2024
1 parent ed75468 commit a99fe4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@ 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@1.14.10
npm install -g bids-validator
- name: Download BIDS validator (main)
if: matrix.bids-validator-version == 'validator-main'
Expand Down Expand Up @@ -297,7 +296,7 @@ jobs:
- uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: build_docs-0-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
key: build_docs-1-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit a99fe4d

Please sign in to comment.