From 9ddfbfe785949e77f8d9cd223dba7cb0e1e91544 Mon Sep 17 00:00:00 2001 From: FedericoGarza Date: Mon, 23 Jan 2023 11:19:59 -0600 Subject: [PATCH] fix\(ci\): use micromambda instead of miniconda --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce0d6e42..37bfd7ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ./