Skip to content

Commit

Permalink
Reformat test version usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 10, 2024
1 parent de97141 commit 2090036
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,14 @@ def get_python_version_alias(python_version):
),
"os": os,
"ui_name": (
f"{env_name} "
f"{env_name}-{test_version} "
f"{get_python_version_alias(python_version)} "
f"{test_version} "
f"{get_os_alias(os)}"
),
"name": (
f"{env_name}_"
f"{python_version}_"
f"{test_version}_"
f"{python_version}_"
f"{os}"
)
}
Expand Down

0 comments on commit 2090036

Please sign in to comment.