Skip to content

Commit

Permalink
fix CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Dec 5, 2020
1 parent 2cac2e4 commit 59fd837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
tests:
name: "${{ matrix.python-version }} Python ${{ matrix.python-version }}"
name: "${{ matrix.os }} Python ${{ matrix.python-version }}"
runs-on: "${{ matrix.os }}" # for all available VM runtime, see this: https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners
env: # define environment variables
USING_COVERAGE: "3.6,3.7,3.8,3.9"
Expand Down

0 comments on commit 59fd837

Please sign in to comment.