File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
. venv/bin/activate
109
109
black --check . --exclude venv
110
110
111
- test_core :
111
+ test_core_job :
112
112
parameters :
113
113
version :
114
114
default : " 3.10"
@@ -119,7 +119,7 @@ jobs:
119
119
steps :
120
120
- test_core
121
121
122
- test_optional :
122
+ test_optional_job :
123
123
parameters :
124
124
version :
125
125
default : " 3.10"
@@ -390,23 +390,23 @@ workflows:
390
390
391
391
build :
392
392
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"
411
411
- python_39_percy
412
412
- build-doc
You can’t perform that action at this time.
0 commit comments