We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afaa6e3 + 288074d commit a61ec54Copy full SHA for a61ec54
repo2docker/buildpacks/conda/install-base-env.bash
@@ -30,7 +30,6 @@ export PATH="${PWD}/bin:$PATH"
30
cat <<EOT >> ${CONDA_DIR}/.condarc
31
channels:
32
- conda-forge
33
- - defaults
34
auto_update_conda: false
35
show_channel_urls: true
36
update_dependencies: false
tests/conda/downgrade/verify
@@ -27,4 +27,4 @@ assert pkgs["xeus-cling"]["version"] == "0.6.0"
27
# which in turn downgrades Python from >=3.9.16 to 3.9.6
28
29
assert pkgs["openssl"]["version"].startswith("1.1.1"), pkgs["openssl"]["version"]
-assert pkgs["python"]["version"] == "3.9.6", pkgs["python"]["version"]
+assert pkgs["python"]["version"] == "3.9.0", pkgs["python"]["version"]
0 commit comments