Skip to content

Commit

Permalink
[FIX] Use micromambda instead of miniconda (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza authored Jan 23, 2023
1 parent 737c317 commit 7cce341
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,10 @@ jobs:
uses: actions/checkout@v2

- name: Set up environment
uses: conda-incubator/setup-miniconda@v2
uses: mamba-org/provision-with-micromamba@main
with:
python-version: ${{ matrix.python-version }}
mamba-version: '*'
channels: conda-forge
activate-environment: hierarchicalforecast
environment-file: environment.yml
extra-specs: python=${{ matrix.python-version }}
cache-env: true

- name: Install pip requirements
run: pip install ./
Expand Down

0 comments on commit 7cce341

Please sign in to comment.