- Jan 23, 2018
-
-
Benjamin Bertrand authored
- update Miniconda installer (required to install conda 4.4) - pin conda package to defaults channel to avoid downgrade with conda-forge channel - use new /opt/conda/etc/profile.d/conda.sh profile script (remove old conda_env.sh) Note that conda base environment is not activated.
-
- Jan 10, 2018
-
-
Benjamin Bertrand authored
The wheel version that was used was removed (broken package?)
-
- Jan 05, 2018
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
environment files shall be passed via the conda_env_files variable.
-
- May 10, 2017
-
-
Benjamin Bertrand authored
Miniconda2 was made the default because of Ansible, but there is no reason. Ansible has to use the default Python installation in the first place. For molecule, there is no problem to install that in a conda env with Python2.
-
- Apr 25, 2017
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
A new miniconda installer is not released with every conda version. `conda_version` is now independant of `miniconda_version`.
-
- Mar 24, 2017
-
-
Benjamin Bertrand authored
Add tests on conda user
-
- Mar 23, 2017
-
-
Benjamin Bertrand authored
Ansible still requires Python 2. We make Miniconda2 the default. It's still possible to install Miniconda3 by overriding miniconda_version and miniconda_installer_md5.
-
- Mar 22, 2017
-
-
Benjamin Bertrand authored
sudo is required to install conda. It's automatically installed by molecule so the missing dependency was not detected by molecule test.
-
- Mar 20, 2017
-
-
Benjamin Bertrand authored
-