Skip to content

Commit f72422f

Browse files
committed
[ci-cd] install pydra from source to support internal test imports
1 parent 76e9d36 commit f72422f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
- name: Install build dependencies
6464
run: |
6565
python -m pip install --upgrade pip
66+
- name: Install Pydra from source for test imports
67+
run: |
68+
git clone https://github.com/nipype/pydra.git /tmp/pydra
69+
pip install -e /tmp/pydra
6670
- name: Install task package
6771
run: |
6872
pip install ".[test]"

0 commit comments

Comments
 (0)