From 0bab21ebeb97c71828ff2cd9470ddcc95e09279e Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Fri, 20 Sep 2024 15:27:03 -0500 Subject: [PATCH] Set default channel to avoid deprecation warning (#5501) --- .github/condarc | 2 ++ .github/workflows/tests.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/condarc b/.github/condarc index a76e773f8f..75de07c1c1 100644 --- a/.github/condarc +++ b/.github/condarc @@ -4,3 +4,5 @@ notify_outdated_conda: False changeps1: False always_yes: True local_repodata_ttl: 7200 +channels: + - defaults diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 78ba210f92..10a8c1b98b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,6 +61,7 @@ jobs: - '*.py' - 'recipe/**' - '.github/workflows/tests.yml' + - '.github/condarc' # linux test suite linux: