remove 'python_version' from action_schemas

This commit is contained in:
sommersoft 2022-04-17 18:38:13 -05:00
parent 909f699b73
commit 15ee41d22d
1 changed files with 3 additions and 6 deletions

View File

@ -12,8 +12,7 @@
"pattern": "-coverage$",
"replace": ""
}
},
"python_version": "python"
}
},
"pytest-html": {
"matrix": [
@ -28,8 +27,7 @@
"pattern": "(py\\d+)-\\w+",
"replace": "\\1"
}
},
"python_version": "python"
}
},
"pytest-order": {
"matrix": [
@ -44,7 +42,6 @@
"pattern": "(\\d|py\\d)\\.*(\\d+)",
"replace": "py\\1\\2"
}
},
"python_version": "python-version"
}
}
}