Skip to content

Commit ceb4ca7

Browse files
committed
CI: Editable pydra
1 parent 75a994d commit ceb4ca7

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
@@ -16,7 +16,8 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: [3.7, 3.8]
19-
pip-flags: ['', '-e']
19+
pip-flags: ['', '--editable']
20+
pydra: ['pydra', '--editable git+https://github.com/nipype/[email protected]#egg=pydra']
2021

2122
steps:
2223
- uses: actions/checkout@v2
@@ -27,6 +28,7 @@ jobs:
2728
- name: Install dependencies
2829
run: |
2930
python -m pip install --upgrade pip
31+
pip install ${{ matrix.pydra }}
3032
pip install ${{ matrix.pip-flags }} ".[dev]"
3133
- name: Test with pytest
3234
run: |

0 commit comments

Comments
 (0)