Skip to content

Commit

Permalink
disabled pydra branch install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 10, 2024
1 parent 1bbfcc1 commit 3b86ac9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ jobs:
-e ./related-packages/fileformats
-e ./related-packages/fileformats-extras
-e '.[test]'
- name: Install dev branch of pydra until bugfix
run: pip install --upgrade git+https://github.com/nipype/pydra.git@typing-bugfixes
- name: Test with pytest
run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 3b86ac9

Please sign in to comment.