Skip to content

Commit

Permalink
Give the jobs a name
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jan 9, 2024
1 parent a04b02f commit a7dfc05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
os: [ubuntu-22.04, macos-12, windows-2022]
fail-fast: false
name: Test on ${{ matrix.os }} with Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit a7dfc05

Please sign in to comment.