Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Migrate from mamba-forge
  • Loading branch information
rosepearson committed Nov 10, 2024
1 parent 643d76d commit 260c3fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ jobs:
- name: Setup miniconda
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
miniforge-variant: Mambaforge
auto-update-conda: true # false
miniforge-version: latest
channels: conda-forge # defaults automatically added
python-version: ${{ matrix.python-version }}
activate-environment: geofabrics_CI
environment-file: environment_CI.yml
use-mamba: true
auto-activate-base: false
# use-only-tar-bz2: true


- name: Conda list
shell: pwsh
Expand Down

0 comments on commit 260c3fb

Please sign in to comment.