Skip to content

Commit c02e0d8

Browse files
fix: matrix not run properly
1 parent 5f2ec45 commit c02e0d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ jobs:
101101
pytest-marker:
102102
type: string
103103
default: "not integration"
104-
executor: << parameters.exe >>
104+
executor:
105+
name: << parameters.exe >>
106+
python-image: << parameters.python-image >>
105107
steps:
106108
- checkout
107109
- run:

0 commit comments

Comments
 (0)