Skip to content

Commit

Permalink
fixed up GHA def
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 16, 2023
1 parent b620a19 commit 9cf1f0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ on:
jobs:

devcheck:
needs: [nipype-conv]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
test:
needs: [nipype-conv]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 9cf1f0e

Please sign in to comment.