Skip to content

Commit 707bf68

Browse files
committed
Rename job for readability of CI output
1 parent 8c3bb2e commit 707bf68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
. venv/bin/activate
109109
black --check . --exclude venv
110110
111-
test_core_job:
111+
test_core_py:
112112
parameters:
113113
version:
114114
default: "3.10"
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120
- test_core
121121

122-
test_optional_job:
122+
test_optional_py:
123123
parameters:
124124
version:
125125
default: "3.10"
@@ -390,7 +390,7 @@ workflows:
390390

391391
build:
392392
jobs:
393-
- test_core_job:
393+
- test_core_py:
394394
matrix:
395395
parameters:
396396
version:
@@ -399,7 +399,7 @@ workflows:
399399
- "3.10"
400400
- "3.11"
401401
- "3.12"
402-
- test_optional_job:
402+
- test_optional_py:
403403
matrix:
404404
parameters:
405405
version:

0 commit comments

Comments
 (0)