remove 'python_version' from action_schemas
This commit is contained in:
parent
909f699b73
commit
15ee41d22d
|
@ -12,8 +12,7 @@
|
||||||
"pattern": "-coverage$",
|
"pattern": "-coverage$",
|
||||||
"replace": ""
|
"replace": ""
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"python_version": "python"
|
|
||||||
},
|
},
|
||||||
"pytest-html": {
|
"pytest-html": {
|
||||||
"matrix": [
|
"matrix": [
|
||||||
|
@ -28,8 +27,7 @@
|
||||||
"pattern": "(py\\d+)-\\w+",
|
"pattern": "(py\\d+)-\\w+",
|
||||||
"replace": "\\1"
|
"replace": "\\1"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"python_version": "python"
|
|
||||||
},
|
},
|
||||||
"pytest-order": {
|
"pytest-order": {
|
||||||
"matrix": [
|
"matrix": [
|
||||||
|
@ -44,7 +42,6 @@
|
||||||
"pattern": "(\\d|py\\d)\\.*(\\d+)",
|
"pattern": "(\\d|py\\d)\\.*(\\d+)",
|
||||||
"replace": "py\\1\\2"
|
"replace": "py\\1\\2"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"python_version": "python-version"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue