File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -390,10 +390,7 @@ jobs:
390390 commitish="${{ matrix.version }}"
391391 fi
392392 python -m pip install --upgrade pip
393- pip install git+https://github.com/datalad/datalad@${commitish}
394-
395- - name : Install nose et al (just in case!)
396- run : pip install nose vcrpy mock
393+ pip install datalad[devel]@git+https://github.com/datalad/datalad@${commitish}
397394
398395 - name : WTF!?
399396 run : datalad wtf
Original file line number Diff line number Diff line change @@ -392,10 +392,7 @@ jobs:
392392 commitish="${{ matrix.version }}"
393393 fi
394394 python -m pip install --upgrade pip
395- pip install git+https://github.com/datalad/datalad@${commitish}
396-
397- - name : Install nose et al (just in case!)
398- run : pip install nose vcrpy mock
395+ pip install datalad[devel]@git+https://github.com/datalad/datalad@${commitish}
399396
400397 - name : WTF!?
401398 run : datalad wtf
Original file line number Diff line number Diff line change @@ -387,10 +387,7 @@ jobs:
387387 commitish="${{ matrix.version }}"
388388 fi
389389 python -m pip install --upgrade pip
390- pip install git+https://github.com/datalad/datalad@${commitish}
391-
392- - name : Install nose et al (just in case!)
393- run : pip install nose vcrpy mock
390+ pip install datalad[devel]@git+https://github.com/datalad/datalad@${commitish}
394391
395392 - name : WTF!?
396393 run : datalad wtf
Original file line number Diff line number Diff line change @@ -635,10 +635,7 @@ jobs:
635635 commitish="${{ matrix.version }}"
636636 fi
637637 python -m pip install --upgrade pip
638- pip install git+https://github.com/datalad/datalad@${commitish}
639-
640- - name: Install nose et al (just in case!)
641- run: pip install nose vcrpy mock
638+ pip install datalad[devel]@git+https://github.com/datalad/datalad@${commitish}
642639
643640 - name: WTF!?
644641 run: datalad wtf
You can’t perform that action at this time.
0 commit comments