Skip to content

Commit

Permalink
Simplify conda setup in CI workflow using Mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin AI committed Nov 2, 2024
1 parent 8ee10df commit ed64650
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
auto-activate-base: false
auto-update-conda: true
use-mamba: true
create-env-file: environment-base.yml
environment-file: false
conda-build-version: "*"
miniforge-variant: Mambaforge

- name: Verify conda environment
shell: bash -el {0}
Expand Down Expand Up @@ -124,8 +124,8 @@ jobs:
auto-activate-base: false
auto-update-conda: true
use-mamba: true
create-env-file: environment-base.yml
environment-file: false
conda-build-version: "*"
miniforge-variant: Mambaforge

- name: Install dependencies
shell: bash -el {0}
Expand Down

0 comments on commit ed64650

Please sign in to comment.