From 3b86ac9d21eb7add316ef92dcec9bdc8f9b17c1f Mon Sep 17 00:00:00 2001 From: Tom Close Date: Tue, 10 Sep 2024 12:18:25 +1000 Subject: [PATCH] disabled pydra branch install in ci --- .github/workflows/ci-cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3506aef..c8405bc 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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