From e5a7d319ffbec92cb3a3334606f466378c962827 Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Wed, 18 Oct 2023 11:54:10 -0700 Subject: [PATCH] Remove defaults channel --- .github/workflows/PR-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR-test.yml b/.github/workflows/PR-test.yml index 3384aae..7acc8dc 100644 --- a/.github/workflows/PR-test.yml +++ b/.github/workflows/PR-test.yml @@ -28,7 +28,7 @@ jobs: python-version: '3.11.*' miniforge-version: latest use-mamba: true - channels: conda-forge,franklab,edeno,defaults + channels: conda-forge,franklab,edeno channel-priority: true activate-environment: replay_trajectory_classification environment-file: environment.yml