We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2ec45 commit c02e0d8Copy full SHA for c02e0d8
.circleci/config.yml
@@ -101,7 +101,9 @@ jobs:
101
pytest-marker:
102
type: string
103
default: "not integration"
104
- executor: << parameters.exe >>
+ executor:
105
+ name: << parameters.exe >>
106
+ python-image: << parameters.python-image >>
107
steps:
108
- checkout
109
- run:
0 commit comments