Skip to content

Commit

Permalink
Merge pull request #6 from gitter-lab/test-env
Browse files Browse the repository at this point in the history
Remove Mambaforge from tests
  • Loading branch information
agitter authored Jan 14, 2025
2 parents 0947753 + 1ac530e commit e5deba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
uses: actions/checkout@v4
# Can set up package caching later conda-incubator/setup-miniconda
- name: Install conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: metl
environment-file: environment.yml
auto-activate-base: false
miniforge-variant: Mambaforge
miniforge-version: 'latest'
use-mamba: true
architecture: 'x64'
# Installs latest commit from main branch
- name: Install metl package from metl-pretrained repo
shell: bash --login {0}
Expand Down

0 comments on commit e5deba2

Please sign in to comment.