diff --git a/testing/downstream_testing/action_schemas.json b/testing/downstream_testing/action_schemas.json index 7f16f2180..70e2fe3f8 100644 --- a/testing/downstream_testing/action_schemas.json +++ b/testing/downstream_testing/action_schemas.json @@ -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" + } } }