We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35c18c commit 393c143Copy full SHA for 393c143
.github/workflows/recipes.yml
@@ -18,10 +18,12 @@ jobs:
18
path: ~/conda_pkgs_dir
19
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('data/recipe_example.yml') }}
20
- uses: goanpeca/setup-miniconda@v1
21
+ with:
22
+ activate-environment: esmvaltool
23
- name: Install esmvaltool
24
run: conda install -y -c esmvalgroup -c conda-forge esmvaltool-python
25
- name: Debug
- run:
26
+ run: |
27
echo $CONDA
28
echo $PATH
29
ls $CONDA/envs/test/bin
0 commit comments