mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
get canary package from conda-forge
This commit is contained in:
@@ -121,7 +121,13 @@ def test_ensure_user_environment(
|
|||||||
# install a noarch: python package that won't be used otherwise
|
# install a noarch: python package that won't be used otherwise
|
||||||
# should depend on Python, so it will interact with possible upgrades
|
# should depend on Python, so it will interact with possible upgrades
|
||||||
run(
|
run(
|
||||||
[str(user_env_prefix / "bin/conda"), "install", "-y", canary_package],
|
[
|
||||||
|
str(user_env_prefix / "bin/conda"),
|
||||||
|
"install",
|
||||||
|
"-y",
|
||||||
|
"-c" "conda-forge",
|
||||||
|
canary_package,
|
||||||
|
],
|
||||||
input="",
|
input="",
|
||||||
check=True,
|
check=True,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user