datalad / datalad-installer

Installation script for Datalad and related components
MIT License
6 stars 3 forks source link

Add/change test to have matching python installed #116

Closed yarikoptic closed 2 years ago

yarikoptic commented 2 years ago

e.g. to simulate smth like

python3.8 src/datalad_installer.py -E /tmp/test-miniconda.sh miniconda --batch --path=/tmp/test-miniconda --python-match minor git-annex=8.20201007 -m conda

which would be used in datalad CI. Continuation to #114 which was merged/released by impatient @yarikoptic without awaiting for the test to come.