From 0637b1ab0e7b00ad6bf267fe2745e107fbc45984 Mon Sep 17 00:00:00 2001 From: RaulPPealez Date: Mon, 22 May 2023 15:49:40 +0200 Subject: [PATCH] Use Mamba --- .github/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 14e1c55a8..a3efe044c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,11 +25,9 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: activate-environment: torchmd-net - channels: conda-forge,defaults # Need for Mamba environment-file: environment.yml - uses-mamba: true miniforge-variant: Mambaforge - use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! + use-mamba: true - name: Install the package run: pip install .