Skip to content

Commit 76f15ed

Browse files
committed
fixed installation from conda
1 parent 7743ff9 commit 76f15ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recipes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: conda install mamba
3030
- name: Install esmvaltool from conda
3131
shell: bash -l {0}
32-
run: mamba install -n test -c conda-forge esmvaltool
32+
run: mamba install esmvaltool
3333
- name: Setup config
3434
shell: bash -l {0}
3535
run: |

0 commit comments

Comments
 (0)