Skip to content

Commit

Permalink
Use Mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed May 22, 2023
1 parent 2ec7255 commit 0637b1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 0637b1a

Please sign in to comment.