mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Bump conda in tests too
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user