Skip to content

Commit

Permalink
Remove redundant names
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 16, 2024
1 parent 705bb2c commit 02eda3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
path: ./target/wheels/

lint:
name: Python lint
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
name: Python tests (${{ matrix.os.name }} ${{ matrix.python-version }})
name: Tests (${{ matrix.os.name }} ${{ 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 02eda3d

Please sign in to comment.