Skip to content

Commit

Permalink
Merge pull request #64 from AfshinLab/pontushojer-patch-1
Browse files Browse the repository at this point in the history
Use mambaforge directly
  • Loading branch information
pontushojer authored Jan 13, 2023
2 parents 90a38f8 + fb122de commit 75b9340
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ jobs:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
use-mamba: true
channels: conda-forge
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: environment.linux-64.lock
use-only-tar-bz2: true
- name: Install test deps
run: mamba install pytest pip
- name: Install BLR
Expand Down

0 comments on commit 75b9340

Please sign in to comment.