We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f59e6 commit dd32da4Copy full SHA for dd32da4
1 file changed
.github/workflows/recipes.yml
@@ -9,10 +9,9 @@ jobs:
9
runs-on: ubuntu-20.04
10
steps:
11
- uses: actions/checkout@v2
12
+ - uses: goanpeca/setup-miniconda@v1
13
- name: Install esmvaltool
- run: conda create -n esmvaltool -c esmvalgroup -c conda-forge esmvaltool-python
14
- - name: Activate esmvaltool conda env
15
- run: conda activate esmvaltool
+ run: conda install -c esmvalgroup -c conda-forge esmvaltool-python
16
- name: Setup config
17
run: |
18
esmvaltool config get_config_user
0 commit comments