Skip to content

Commit e709afd

Browse files
committed
fix error in daily build
1 parent 3668aad commit e709afd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app-daily.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
micromamba-version: '1.4.5-0'
2727
environment-name: foo
28-
create-args: cdo=2.4.0 nco cartopy python=3.13
28+
create-args: cdo=2.4.0 nco cartopy python=3.12
2929
init-shell: >-
3030
bash
3131
powershell
@@ -53,3 +53,5 @@ jobs:
5353
python testing/test_parallel.py
5454
#coverage run -m pytest -n auto tests/test*.py
5555
pytest tests/test*.py
56+
57+

0 commit comments

Comments
 (0)