Skip to content

Commit eebb8d3

Browse files
committed
CI: Use PyPI pydra by default, master for editable
1 parent 391a077 commit eebb8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
python-version: [3.7, 3.8]
2222
pip-flags: ['', '--editable']
2323
pydra:
24-
- 'git+https://github.com/effigies/pydra.git@fix/namespace#egg=pydra'
25-
- '--editable git+https://github.com/effigies/pydra.git@fix/namespace#egg=pydra'
24+
- 'pydra'
25+
- '--editable git+https://github.com/nipype/pydra.git#egg=pydra'
2626

2727
steps:
2828
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)