Skip to content

Commit

Permalink
Fix ci-tests env generation, align with ci-locks. (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored Oct 30, 2024
1 parent 04a4350 commit 578fcdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
channels: conda-forge,defaults
channels: conda-forge
activate-environment: ${{ env.ENV_NAME }}
auto-update-conda: false
use-only-tar-bz2: true
auto-update-conda: true

- name: "Conda environment cache"
id: conda-env-cache
Expand Down

0 comments on commit 578fcdf

Please sign in to comment.