Skip to content

Commit

Permalink
Update GHA miniconda install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Sep 30, 2024
1 parent 40d7c3e commit e25963d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ jobs:
fetch-depth: 0

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: environment.yml
environment-name: my-env
create-args: >-
python=3.10
cache-environment: true
miniforge-version: latest

- name: Build kalpy
env:
Expand Down

0 comments on commit e25963d

Please sign in to comment.