We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73d5f1 commit b38a9dcCopy full SHA for b38a9dc
1 file changed
.circleci/config.yml
@@ -69,9 +69,13 @@ jobs:
69
- .
70
71
integration_test:
72
- description: Python << parameters.node-version >>
+ parameters:
73
+ python-version:
74
+ type: string
75
+
76
+ description: Python << parameters.python-version >>
77
docker:
- - image: circleci/python:<< parameters.node-version >>
78
+ - image: circleci/python:<< parameters.python-version >>
79
80
steps:
81
- attach_workspace:
0 commit comments