Skip to content

Commit

Permalink
fixed python not validating, now it's matlab...
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Sep 12, 2024
1 parent 7a0c7d7 commit d901bc0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/phantoms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ jobs:
brew install dcm2niix
fi
- name: Debug
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
timeout-minutes: 15
with:
limit-access-to-actor: true
- name: Check dcm2niix is installed and on path
if: runner.os != 'Windows'
Expand Down Expand Up @@ -170,6 +164,13 @@ jobs:
run: |
bids-validator OpenNeuroPET-Phantoms/python
- name: Debug
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
timeout-minutes: 15
with:
limit-access-to-actor: true

- name: Validate Matlab Conversion
run: |
bids-validator OpenNeuroPET-Phantoms/matlab

0 comments on commit d901bc0

Please sign in to comment.