From 727ed3a0ae661fd9abbbba941166a661a277c7fc Mon Sep 17 00:00:00 2001 From: Sandro Dias Pinto Vitenti Date: Tue, 17 Dec 2024 19:10:13 -0300 Subject: [PATCH] Adding conda-remove-defaults: true to conda CI options. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adb1a716..8f3eaca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: activate-environment: firecrown_developer python-version: ${{ matrix.python-version }} show-channel-urls: true + conda-remove-defaults: true - name: Cache date id: get-date run: echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT