Skip to content
Snippets Groups Projects
Unverified Commit fabab74e authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Try to use miniforge (#576)

parent d5571c13
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,9 @@ jobs:
submodules: true
- uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
with:
miniconda-version: "latest"
miniforge-version: latest
use-mamba: true
channels: conda-forge
activate-environment: ale
environment-file: environment.yml
auto-activate-base: false
......@@ -70,7 +72,9 @@ jobs:
fetch-depth: 0
- uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
with:
miniconda-version: "latest"
miniforge-version: latest
use-mamba: true
channels: conda-forge
activate-environment: ale
environment-file: doc_environment.yml
auto-activate-base: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment