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 2b06102 commit b6d2201Copy full SHA for b6d2201
.github/workflows/pythonpackage.yml
@@ -17,7 +17,9 @@ jobs:
17
matrix:
18
python-version: [3.7, 3.8]
19
pip-flags: ['', '--editable']
20
- pydra: ['pydra', '--editable git+https://github.com/nipype/[email protected]#egg=pydra']
+ pydra:
21
+ - 'git+https://github.com/effigies/pydra.git@fix/namespace#egg=pydra'
22
+ - '--editable git+https://github.com/effigies/pydra.git@fix/namespace#egg=pydra'
23
24
steps:
25
- uses: actions/checkout@v2
0 commit comments