Skip to content

Commit

Permalink
Fix os name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 16, 2024
1 parent c120ba4 commit 9cf097b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
name: Tests (${{ matrix.os.name }} ${{ matrix.python-version }})
name: Tests (${{ matrix.os }} ${{ matrix.python-version }})
steps:
# The test files are read verbatim, making it problematic if git is
# allowed to insert \r when checking out files.
Expand Down

0 comments on commit 9cf097b

Please sign in to comment.