Skip to content

Commit 922f842

Browse files
committed
switched to dev pydra version in ci-cd
1 parent a13773d commit 922f842

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
pip install ${{ matrix.pip-flags }} ".[dev]"
4747
python -c "import pydra.tasks.$SUBPACKAGE as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
4848
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
49+
- name: Install development Pydra
50+
run: pip install --no-deps git+https://github.com/nipype/pydra.git@new-syntax
4951

5052
test:
5153
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)