Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude defaults channel by default #1365

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"]