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.
2 parents fade330 + 84ca8af commit 67c85dbCopy full SHA for 67c85db
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- name: Setup Ruby
13
- uses: ruby/setup-ruby@v1.38.0
+ uses: ruby/setup-ruby@v1.64.1
14
with:
15
ruby-version: 2.7
16
- name: Cache Ruby deps
.github/workflows/recipes.yml
@@ -17,7 +17,10 @@ jobs:
17
18
path: ~/conda_pkgs_dir
19
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('files/recipe_example.yml') }}
20
- - uses: goanpeca/setup-miniconda@v1
+ - uses: conda-incubator/setup-miniconda@v2
21
+ with:
22
+ python-version: "3.8"
23
+ miniconda-version: "latest"
24
- name: Install esmvaltool
25
run: conda install -n test -y -c esmvalgroup -c conda-forge esmvaltool-python
26
- name: Setup config
0 commit comments