Skip to content

Commit 4fd1be9

Browse files
committed
RF: use pip install datalad[devel]@git+https:... to install all test depends
1 parent 6946610 commit 4fd1be9

4 files changed

Lines changed: 4 additions & 16 deletions

File tree

.github/workflows/build-macos.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build-ubuntu.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build-windows.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/template/build-{{ostype}}.yaml.j2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)