mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -98,7 +98,9 @@ def install_miniconda(installer_path, prefix):
|
||||
fix_permissions(prefix)
|
||||
|
||||
|
||||
def ensure_conda_packages(prefix, packages, channels=('conda-forge',), force_reinstall=False):
|
||||
def ensure_conda_packages(
|
||||
prefix, packages, channels=("conda-forge",), force_reinstall=False
|
||||
):
|
||||
"""
|
||||
Ensure packages (from channels) are installed in the conda prefix.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user