Skip to content

Commit

Permalink
Formatting of Names
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Dec 7, 2020
1 parent 9e0c968 commit 551b012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
python-version: ['3.8' ]
os: ['ubuntu-latest']
name: Linting Python ${{ matrix.python-version }}
name: Linting Python OS ${{ matrix.os }} - ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
pika-version: '0.13.1'
- python-version: '3.4'
pika-version: '0.13.1'
name: PyTests Python ${{ matrix.python-version }} - PIKA ${{ matrix.pika-version }}
name: PyTests Python OS ${{ matrix.os }} - ${{ matrix.python-version }} - PIKA ${{ matrix.pika-version }}
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}

name: Code Coverage Python ${{ matrix.python-version }}
name: Code Coverage OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 551b012

Please sign in to comment.