File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ jobs:
18
18
options : " --check --config python/pyproject.toml"
19
19
src : " ./python"
20
20
# Version should be coordinated with the ctsm_pylib conda environment under the python directory
21
- version : " 22.3 .0"
21
+ version : " 25.1 .0"
22
22
# Actions identical to above for each directory and source file we need to check (arrays aren't allowed for src: field)
23
23
- uses : psf/black@stable
24
24
with :
25
25
options : " --check --config python/pyproject.toml"
26
26
src : " ./cime_config/SystemTests"
27
- version : " 22.3 .0"
27
+ version : " 25.1 .0"
28
28
- uses : psf/black@stable
29
29
with :
30
30
options : " --check --config python/pyproject.toml"
31
31
src : " ./cime_config/buildlib"
32
- version : " 22.3 .0"
32
+ version : " 25.1 .0"
33
33
- uses : psf/black@stable
34
34
with :
35
35
options : " --check --config python/pyproject.toml"
36
36
src : " ./cime_config/buildnml"
37
- version : " 22.3 .0"
37
+ version : " 25.1 .0"
You can’t perform that action at this time.
0 commit comments