Skip to content

Commit

Permalink
added names for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Jun 26, 2020
1 parent 36ee9d1 commit 243b26c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push]

jobs:
pytest:
name: pytest for py${{ matrix.python-version }}

runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -35,6 +36,7 @@ jobs:
pytest
pytest-macOS:
name: pytest on macOS

runs-on: macos-latest

Expand Down Expand Up @@ -64,6 +66,7 @@ jobs:
pytest
package-checks:
name: package checks

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 243b26c

Please sign in to comment.