Skip to content

Commit

Permalink
this is all getting moved to make files....
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Jan 17, 2024
1 parent 080f78f commit 000a29c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
if: steps.cache-phantoms.outputs.cache-hit != 'true'
run: "unzip US-sourced-OpenNeuroPET-Phantoms.zip"

- 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: Test CLI --help
run: |
cd pypet2bids/
Expand Down

0 comments on commit 000a29c

Please sign in to comment.