Skip to content

Commit

Permalink
Use Micromamba to install the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HTenkanen committed Oct 26, 2023
1 parent b69f924 commit 79d3644
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2.2.0
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ${{ matrix.env }}
miniforge-version: latest
miniforge-variant: Mambaforge
auto-activate-base: false
activate-environment: test
channel-priority: strict
use-mamba: true

- name: Install pyrosm
shell: bash -l {0}
Expand Down

0 comments on commit 79d3644

Please sign in to comment.