Skip to content

Commit

Permalink
Update build_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 authored Nov 20, 2024
1 parent 734deb6 commit e707e4b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,18 @@ jobs:
miniforge-version: latest
activate-environment: "pcmdi_metrics_ci"
environment-file: conda-env/ci.yml
channel-priority: strict
channel-priority: flexible
auto-update-conda: true
python-version: ${{ matrix.python-version }}
use-mamba: false # Disable libmamba solver
use-mamba: false
conda-solver: classic

- name: Verify Conda Environment
run: |
conda info
conda list
conda config --show-sources
conda config --show
# Used for refreshing the cache every 24 hours to avoid inconsistencies of package
# versions between the CI pipeline and local installations.
Expand Down

0 comments on commit e707e4b

Please sign in to comment.