Skip to content

Commit d95dca9

Browse files
committed
Run conda install GHA test with Python 3.14
1 parent 5895b66 commit d95dca9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11+
- gha_conda_install_py314
1112
schedule:
1213
- cron: "0 4 * * *"
1314

@@ -29,6 +30,7 @@ jobs:
2930
python-version:
3031
- "3.12"
3132
- "3.13"
33+
- "3.14"
3234
name: Install esmvaltool-python with Python ${{ matrix.python-version }} on ${{ matrix.os }}
3335
steps:
3436
- uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0

0 commit comments

Comments
 (0)