Skip to content

Commit

Permalink
Merge pull request #24 from mattip/pythran-name
Browse files Browse the repository at this point in the history
use meaningful names on pythran builds
  • Loading branch information
mattip authored Jul 27, 2022
2 parents 0030d56 + f02024e commit 59ec439
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ on:

jobs:
test_python:
name: pytest-html ${{ matrix. }}
name: pytest-html ${{ matrix.name }}
name: pytest-html ${{ matrix.name }} ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ on:

jobs:
pythran-linux:
name: Test on ${{ matrix.os }} ${{ matrix.backend }} ${{ matrix.extra_cflags }}
name: Test ${{ matrix.os }} ${{ matrix.python_version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
cpp-version: [g++-5, clang-5.0]
python_version: [pypy-3.8-nightly, pypy-3.9-nightly]
python_version: ["3.8", pypy-3.8-nightly, pypy-3.9-nightly]

timeout-minutes: 160

Expand Down

0 comments on commit 59ec439

Please sign in to comment.