File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
matrix :
21
21
python-version : [3.7, 3.8, 3.9]
22
- pip-flags : ['', '--editable']
23
22
pydra :
24
- - ' pydra'
25
- - ' --editable git+https://github.com/nipype/pydra.git#egg=pydra'
23
+ # - 'pydra'
24
+ - ' git+https://github.com/nipype/pydra.git#egg=pydra'
26
25
27
26
steps :
28
27
- uses : actions/checkout@v2
39
38
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
40
39
- name : Install task package
41
40
run : |
42
- pip install ${{ matrix.pip-flags }} ".[dev]"
41
+ pip install ".[dev]"
43
42
python -c "import pydra.tasks.$SUBPACKAGE as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
44
43
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
45
44
- name : Test with pytest
You can’t perform that action at this time.
0 commit comments