File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -414,9 +414,9 @@ jobs:
414414 commitish="${{ matrix.version }}"
415415 fi
416416 python -m pip install --upgrade pip
417- pip install git+https://github.com/datalad/datalad@${commitish}
417+ pip install datalad[devel]@ git+https://github.com/datalad/datalad@${commitish}
418418
419- - name : Install nose et al (just in case!)
419+ - name : Install pytest et al (just in case!)
420420 run : pip install nose pytest vcrpy mock
421421
422422 - name : WTF!?
Original file line number Diff line number Diff line change @@ -468,9 +468,9 @@ jobs:
468468 commitish="${{ matrix.version }}"
469469 fi
470470 python -m pip install --upgrade pip
471- pip install git+https://github.com/datalad/datalad@${commitish}
471+ pip install datalad[devel]@ git+https://github.com/datalad/datalad@${commitish}
472472
473- - name : Install nose et al (just in case!)
473+ - name : Install pytest et al (just in case!)
474474 run : pip install nose pytest vcrpy mock
475475
476476 - name : WTF!?
Original file line number Diff line number Diff line change @@ -408,9 +408,9 @@ jobs:
408408 commitish="${{ matrix.version }}"
409409 fi
410410 python -m pip install --upgrade pip
411- pip install git+https://github.com/datalad/datalad@${commitish}
411+ pip install datalad[devel]@ git+https://github.com/datalad/datalad@${commitish}
412412
413- - name : Install nose et al (just in case!)
413+ - name : Install pytest et al (just in case!)
414414 run : pip install nose pytest vcrpy mock
415415
416416 - name : WTF!?
You can’t perform that action at this time.
0 commit comments