Skip to content

Commit b6d2201

Browse files
committed
CI: Use feature branch with pkgutil namespaces
1 parent 2b06102 commit b6d2201

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
matrix:
1818
python-version: [3.7, 3.8]
1919
pip-flags: ['', '--editable']
20-
pydra: ['pydra', '--editable git+https://github.com/nipype/[email protected]#egg=pydra']
20+
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'
2123

2224
steps:
2325
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)