Skip to content

Commit 5d2f160

Browse files
committed
Merge branch 'main' into impact_diagnostics
2 parents 5b0ef7d + dead90c commit 5d2f160

23 files changed

Lines changed: 349 additions & 354 deletions

File tree

.github/workflows/create-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
27-
- uses: conda-incubator/setup-miniconda@v3
27+
- uses: conda-incubator/setup-miniconda@v4
2828
with:
2929
auto-update-conda: true
3030
activate-environment: esmvaltool-fromlock

.github/workflows/install-from-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ["3.12", "3.13"]
2525
name: Linux Python ${{ matrix.python-version }}
2626
steps:
27-
- uses: conda-incubator/setup-miniconda@v3
27+
- uses: conda-incubator/setup-miniconda@v4
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
miniforge-version: "latest"
@@ -63,7 +63,7 @@ jobs:
6363
# name: OSX Python ${{ matrix.python-version }}
6464
# steps:
6565
# - uses: actions/checkout@v2
66-
# - uses: conda-incubator/setup-miniconda@v3
66+
# - uses: conda-incubator/setup-miniconda@v4
6767
# with:
6868
# python-version: ${{ matrix.python-version }}
6969
# miniconda-version: "latest"

.github/workflows/install-from-condalock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
41-
- uses: conda-incubator/setup-miniconda@v3
41+
- uses: conda-incubator/setup-miniconda@v4
4242
with:
4343
activate-environment: esmvaltool-fromlock
4444
python-version: ${{ matrix.python-version }}

.github/workflows/install-from-source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
30-
- uses: conda-incubator/setup-miniconda@v3
30+
- uses: conda-incubator/setup-miniconda@v4
3131
with:
3232
activate-environment: esmvaltool
3333
environment-file: environment.yml
@@ -66,7 +66,7 @@ jobs:
6666
# name: OSX Python ${{ matrix.python-version }}
6767
# steps:
6868
# - uses: actions/checkout@v2
69-
# - uses: conda-incubator/setup-miniconda@v3
69+
# - uses: conda-incubator/setup-miniconda@v4
7070
# with:
7171
# activate-environment: esmvaltool
7272
# environment-file: environment.yml

.github/workflows/pypi-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
name: python-package-distributions
5959
path: dist/
6060
- name: Publish distribution 📦 to PyPI
61-
uses: pypa/gh-action-pypi-publish@v1.13.0
61+
uses: pypa/gh-action-pypi-publish@v1.14.0

.github/workflows/run-tests-monitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
33-
- uses: conda-incubator/setup-miniconda@v3
33+
- uses: conda-incubator/setup-miniconda@v4
3434
with:
3535
activate-environment: esmvaltool
3636
environment-file: environment.yml
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 0
76-
- uses: conda-incubator/setup-miniconda@v3
76+
- uses: conda-incubator/setup-miniconda@v4
7777
with:
7878
architecture: ${{ matrix.architecture }}
7979
activate-environment: esmvaltool

.github/workflows/test-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
36-
- uses: conda-incubator/setup-miniconda@v3
36+
- uses: conda-incubator/setup-miniconda@v4
3737
with:
3838
activate-environment: esmvaltool
3939
environment-file: environment.yml

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
30-
- uses: conda-incubator/setup-miniconda@v3
30+
- uses: conda-incubator/setup-miniconda@v4
3131
with:
3232
activate-environment: esmvaltool
3333
environment-file: environment.yml
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v6
7575
with:
7676
fetch-depth: 0
77-
- uses: conda-incubator/setup-miniconda@v3
77+
- uses: conda-incubator/setup-miniconda@v4
7878
with:
7979
architecture: ${{ matrix.architecture }}
8080
activate-environment: esmvaltool

conda-linux-64.lock

Lines changed: 283 additions & 302 deletions
Large diffs are not rendered by default.

doc/sphinx/source/faq.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ encountered this language before. The key information about this format is:
2222
- yaml is case sensitive;
2323

2424
More information can be found in the `yaml tutorial
25-
<https://learnxinyminutes.com/docs/yaml/>`_ and `yaml quick reference card
26-
<https://yaml.org/refcard.html>`_. ESMValTool uses the `yamllint
25+
<https://learnxinyminutes.com/docs/yaml/>`_. ESMValTool uses the `yamllint
2726
<https://www.yamllint.com>`_ linter tool to check recipe syntax.
2827

2928

0 commit comments

Comments
 (0)