Skip to content

Commit a99fe4d

Browse files
authored
remove bids-validator pin (#1322)
1 parent ed75468 commit a99fe4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,8 @@ jobs:
206206
207207
- name: Install BIDS validator (stable)
208208
if: matrix.bids-validator-version == 'validator-stable'
209-
# XXX: Remove pin once this is solved: https://github.com/bids-standard/bids-validator/issues/2124
210209
run: |
211-
npm install -g bids-validator@1.14.10
210+
npm install -g bids-validator
212211
213212
- name: Download BIDS validator (main)
214213
if: matrix.bids-validator-version == 'validator-main'
@@ -297,7 +296,7 @@ jobs:
297296
- uses: actions/cache@v4
298297
with:
299298
path: ${{ env.pythonLocation }}
300-
key: build_docs-0-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
299+
key: build_docs-1-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
301300
- name: Install dependencies
302301
run: |
303302
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)