From d901bc0b1e5a42b82b1a32b1a5d4102d6283af14 Mon Sep 17 00:00:00 2001 From: Anthony Galassi <28850131+bendhouseart@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:22:17 -0400 Subject: [PATCH] fixed python not validating, now it's matlab... --- .github/workflows/phantoms.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/phantoms.yaml b/.github/workflows/phantoms.yaml index 79211a9..f657665 100644 --- a/.github/workflows/phantoms.yaml +++ b/.github/workflows/phantoms.yaml @@ -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' @@ -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