Skip to content

Commit 947a23b

Browse files
committed
[DATALAD RUNCMD] update files from template
=== Do not change lines below === { "chain": [], "cmd": "make", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": ".github/workflows/template" } ^^^ Do not change lines above ^^^
1 parent a7ff7ea commit 947a23b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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!?

.github/workflows/build-ubuntu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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!?

.github/workflows/build-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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!?

0 commit comments

Comments
 (0)