Skip to content

Commit

Permalink
Re-enable sg_params_checker in CI (#143)
Browse files Browse the repository at this point in the history
This was disabled in commit:
d9a155b

But as of the following PR, it no longer crashes:
spine-generic/spine-generic#264
  • Loading branch information
mguaypaq authored Apr 13, 2023
1 parent 113b258 commit 6f210c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ jobs:
- name: Checking BIDS compliance
run: bids-validator --verbose ./
# This check is disabled until we fix https://github.com/spine-generic/spine-generic/issues/264
#- name: Checking acquisition parameters
# run: sg_params_checker -path-in ./
- name: Checking acquisition parameters
run: sg_params_checker -path-in ./
- name: Checking data consistency
run: sg_check_data_consistency -path-in ./

0 comments on commit 6f210c2

Please sign in to comment.