From 4cd70521a743c07251eef431cbbac7f6cedcfa3e Mon Sep 17 00:00:00 2001 From: Sandro Dias Pinto Vitenti Date: Tue, 17 Dec 2024 19:24:23 -0300 Subject: [PATCH] Adding conda-remove-defaults: true to conda CI options. (#476) --- .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