Skip to content

Commit

Permalink
Fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Oct 18, 2021
1 parent 6a9e4c0 commit 7199316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

runs-on: ${{ matrix.os }}

name: ${{ matrix.os }} - ${{ matrix.python-version }}
name: ${{ matrix.os }} / python - ${{ matrix.python-version }}

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

runs-on: ${{ matrix.os }}

name: ${{ matrix.os }} - ${{ matrix.python-version }}
name: ${{ matrix.os }} / python - ${{ matrix.python-version }}

steps:

Expand Down

0 comments on commit 7199316

Please sign in to comment.