We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5340d2b commit 8d5475cCopy full SHA for 8d5475c
1 file changed
.github/workflows/repo2docker.yml
@@ -17,8 +17,10 @@ jobs:
17
- name: Setup Miniconda
18
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
19
with:
20
+ activate-environment: try-gmt
21
conda-remove-defaults: "true"
22
conda-solver: libmamba
23
+ environment-file: environment.yml
24
miniforge-version: latest
25
26
- name: Install dependencies
0 commit comments