File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 . venv/bin/activate
109109 black --check . --exclude venv
110110
111- test_core :
111+ test_core_job :
112112 parameters :
113113 version :
114114 default : " 3.10"
@@ -119,7 +119,7 @@ jobs:
119119 steps :
120120 - test_core
121121
122- test_optional :
122+ test_optional_job :
123123 parameters :
124124 version :
125125 default : " 3.10"
@@ -390,23 +390,23 @@ workflows:
390390
391391 build :
392392 jobs :
393- - test_core :
394- matrix :
395- parameters :
396- version :
397- - " 3.8"
398- - " 3.9"
399- - " 3.10"
400- - " 3.11"
401- - " 3.12"
402- - test_optional :
403- matrix :
404- parameters :
405- version :
406- - " 3.8"
407- - " 3.9"
408- - " 3.10"
409- - " 3.11"
410- - " 3.12"
393+ - test_core_job :
394+ matrix :
395+ parameters :
396+ version :
397+ - " 3.8"
398+ - " 3.9"
399+ - " 3.10"
400+ - " 3.11"
401+ - " 3.12"
402+ - test_optional_job :
403+ matrix :
404+ parameters :
405+ version :
406+ - " 3.8"
407+ - " 3.9"
408+ - " 3.10"
409+ - " 3.11"
410+ - " 3.12"
411411 - python_39_percy
412412 - build-doc
You can’t perform that action at this time.
0 commit comments