Skip to content

Commit

Permalink
fixup! flail: attempt testing EOL pythons in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Sep 4, 2024
1 parent d0bb074 commit 22c2ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
toxenv=$(python -c '
ver=r"${{ matrix.python }}".replace(".", "")
print(f"py{ver}" if ver[0].isdigit() else ver)
print("py" + ver if ver[0].isdigit() else ver)
')
echo toxenv is "$toxenv";
echo "TOXENV=$toxenv" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 22c2ca6

Please sign in to comment.