Skip to content

Commit b38a9dc

Browse files
committed
Fix CI syntax
1 parent f73d5f1 commit b38a9dc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,13 @@ jobs:
6969
- .
7070

7171
integration_test:
72-
description: Python << parameters.node-version >>
72+
parameters:
73+
python-version:
74+
type: string
75+
76+
description: Python << parameters.python-version >>
7377
docker:
74-
- image: circleci/python:<< parameters.node-version >>
78+
- image: circleci/python:<< parameters.python-version >>
7579

7680
steps:
7781
- attach_workspace:

0 commit comments

Comments
 (0)