Add Python to the name of CI

release/4.3a0
Fan Jiang 2020-08-16 20:02:35 -04:00
parent 0d5ee3fbc6
commit 84049ebecf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on: [pull_request]
jobs:
build:
name: ${{ matrix.name }} ${{ matrix.build_type }} ${{ matrix.python_version }}
name: ${{ matrix.name }} ${{ matrix.build_type }} Python ${{ matrix.python_version }}
runs-on: ${{ matrix.os }}
env: