Skip to content

Commit 155d973

Browse files
committed
install dev branch of pydra until merge in ci-cd
1 parent 1d533c3 commit 155d973

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,11 @@ jobs:
266266
-e ./related-packages/fileformats-extras
267267
-e '.[test]'
268268
269+
- name: Install dev branch of pydra until bugfix
270+
run: pip install --upgrade git+https://github.com/nipype/pydra.git@typing-bugfixes
271+
269272
- name: Test with pytest
270-
run: |
271-
pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
273+
run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
272274

273275
- uses: codecov/codecov-action@v1
274276
if: ${{ always() }}

0 commit comments

Comments
 (0)