Skip to content

Commit

Permalink
Bump conda in tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Jan 22, 2020
1 parent 756f6e0 commit dbc2df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def prefix():
with conda.download_miniconda_installer(miniconda_version, miniconda_installer_md5) as installer_path:
conda.install_miniconda(installer_path, tmpdir)
conda.ensure_conda_packages(tmpdir, [
'conda==4.5.8'
'conda==4.8.1'
])
yield tmpdir

Expand Down
2 changes: 1 addition & 1 deletion tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def ensure_user_environment(user_requirements_txt_file):
"""
logger.info("Setting up user environment...")
if "python3.7" in sys.executable:
conda_version = '4.7.10'
conda_version = '4.8.1'
miniconda_version = '4.7.10'
miniconda_installer_md5 = "1c945f2b3335c7b2b15130b1b2dc5cf4"
else:
Expand Down

0 comments on commit dbc2df6

Please sign in to comment.