Skip to content

Commit

Permalink
Merge pull request #1365 from minrk/disallow-defaults
Browse files Browse the repository at this point in the history
exclude defaults channel by default
  • Loading branch information
minrk committed Aug 19, 2024
2 parents afaa6e3 + 288074d commit a61ec54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export PATH="${PWD}/bin:$PATH"
cat <<EOT >> ${CONDA_DIR}/.condarc
channels:
- conda-forge
- defaults
auto_update_conda: false
show_channel_urls: true
update_dependencies: false
Expand Down
2 changes: 1 addition & 1 deletion tests/conda/downgrade/verify
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ assert pkgs["xeus-cling"]["version"] == "0.6.0"
# which in turn downgrades Python from >=3.9.16 to 3.9.6

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 comments on commit a61ec54

Please sign in to comment.