File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments