We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3bb2e commit 707bf68Copy full SHA for 707bf68
.circleci/config.yml
@@ -108,7 +108,7 @@ jobs:
108
. venv/bin/activate
109
black --check . --exclude venv
110
111
- test_core_job:
+ test_core_py:
112
parameters:
113
version:
114
default: "3.10"
@@ -119,7 +119,7 @@ jobs:
119
steps:
120
- test_core
121
122
- test_optional_job:
+ test_optional_py:
123
124
125
@@ -390,7 +390,7 @@ workflows:
390
391
build:
392
jobs:
393
- - test_core_job:
+ - test_core_py:
394
matrix:
395
396
@@ -399,7 +399,7 @@ workflows:
399
- "3.10"
400
- "3.11"
401
- "3.12"
402
- - test_optional_job:
+ - test_optional_py:
403
404
405
0 commit comments