Skip to content

Commit 8d5475c

Browse files
committed
Activate try-gmt environment in setup-miniconda step
1 parent 5340d2b commit 8d5475c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/repo2docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
- name: Setup Miniconda
1818
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
1919
with:
20+
activate-environment: try-gmt
2021
conda-remove-defaults: "true"
2122
conda-solver: libmamba
23+
environment-file: environment.yml
2224
miniforge-version: latest
2325

2426
- name: Install dependencies

0 commit comments

Comments
 (0)