Skip to content

Commit

Permalink
Remove defaults channel
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianZim committed Oct 2, 2021
1 parent e0c462d commit c9da517
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/build_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def build_all(recipes_dir, arch):
subprocess.run("run_conda_forge_build_setup", shell=True, check=True)

print("Building {} with conda-forge/label/main".format(','.join(folders)))
channel_urls = ['local', 'conda-forge', 'defaults']
channel_urls = ['local', 'conda-forge']
build_folders(recipes_dir, folders, arch, channel_urls)


Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fortran_compiler:
target_platform:
- linux-64
channel_sources:
- conda-forge,defaults
- conda-forge
docker_image:
- quay.io/condaforge/linux-anvil-comp7
cuda_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ cxx_compiler:
fortran_compiler:
- gfortran
channel_sources:
- conda-forge,defaults
- conda-forge
target_platform:
- osx-64
2 changes: 1 addition & 1 deletion .ci_support/win64.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
channel_sources:
- conda-forge,defaults
- conda-forge
target_platform:
- win-64
1 change: 0 additions & 1 deletion .scripts/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ cat >~/.condarc <<CONDARC
channels:
- conda-forge
- defaults
conda-build:
root-dir: /home/conda/staged-recipes/build_artifacts
Expand Down

0 comments on commit c9da517

Please sign in to comment.