Skip to content

Commit

Permalink
improve name of cython CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Feb 9, 2022
1 parent 16f917d commit 261e0ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ on:
jobs:
# This workflow contains a single job called "build"
cython:
name: Test on ${{ matrix.os }} ${{ matrix.backend }} ${{ matrix.extra_cflags }}
runs-on: ${{ matrix.os }}
name: Test ${{ matrix.python_version }} ${{ matrix.os }} ${{ matrix.extra_cflags }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu, windows, macOS]
backend: [c]
python_version: [pypy-3.8-nightly, pypy-3.9-nightly]
extra_cflags: ['', '-DCYTHON_USE_TYPE_SPECS=1']
Expand All @@ -46,7 +46,6 @@ jobs:
timeout-minutes: 60
env:
BACKEND: ${{ matrix.backend }}
OS_NAME: ${{ matrix.os }}
PYTHON_VERSION: ${{ matrix.python_version }}
USE_CCACHE: 1
CCACHE_SLOPPINESS: "pch_defines,time_macros"
Expand Down

0 comments on commit 261e0ce

Please sign in to comment.