We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13773d commit 922f842Copy full SHA for 922f842
.github/workflows/pythonpackage.yml
@@ -46,6 +46,8 @@ jobs:
46
pip install ${{ matrix.pip-flags }} ".[dev]"
47
python -c "import pydra.tasks.$SUBPACKAGE as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
48
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
51
52
test:
53
runs-on: ubuntu-latest
0 commit comments