Skip to content

Commit

Permalink
Adding conda-remove-defaults: true to conda CI options. (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti authored Dec 17, 2024
1 parent bd8ce57 commit 4cd7052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cd7052

Please sign in to comment.