Skip to content

Commit 1cce8db

Browse files
authored
Merge pull request #72 from datalad/gh-71
Install datalad via Git clone instead of GitHub archive
2 parents ac85ac5 + 7798ccf commit 1cce8db

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
commitish="${{ matrix.version }}"
385385
fi
386386
python -m pip install --upgrade pip
387-
pip install https://github.com/datalad/datalad/archive/${commitish}.zip
387+
pip install git+https://github.com/datalad/datalad@${commitish}
388388
389389
- name: Install nose et al (just in case!)
390390
run: pip install nose vcrpy mock

.github/workflows/build-ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392
commitish="${{ matrix.version }}"
393393
fi
394394
python -m pip install --upgrade pip
395-
pip install https://github.com/datalad/datalad/archive/${commitish}.zip
395+
pip install git+https://github.com/datalad/datalad@${commitish}
396396
397397
- name: Install nose et al (just in case!)
398398
run: pip install nose vcrpy mock

.github/workflows/build-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
commitish="${{ matrix.version }}"
388388
fi
389389
python -m pip install --upgrade pip
390-
pip install https://github.com/datalad/datalad/archive/${commitish}.zip
390+
pip install git+https://github.com/datalad/datalad@${commitish}
391391
392392
- name: Install nose et al (just in case!)
393393
run: pip install nose vcrpy mock

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ jobs:
629629
commitish="${{ matrix.version }}"
630630
fi
631631
python -m pip install --upgrade pip
632-
pip install https://github.com/datalad/datalad/archive/${commitish}.zip
632+
pip install git+https://github.com/datalad/datalad@${commitish}
633633

634634
- name: Install nose et al (just in case!)
635635
run: pip install nose vcrpy mock

0 commit comments

Comments
 (0)