File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments