Skip to content

Commit

Permalink
fix scope error
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jan 26, 2021
1 parent 614b907 commit ec89da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_wheels:
name: Python ${{ matrix.python-version }} wheel on ${{ runner.os }}
name: Python ${{ matrix.python-version }} wheel on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push ]

jobs:
tests:
name: Python ${{ matrix.python-version }} on ${{ runner.os }}
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit ec89da9

Please sign in to comment.