Add job name with matrix.python

This commit is contained in:
Hugo 2019-09-02 11:24:20 +03:00
parent 426d0c348f
commit 77f5b04ed7

View File

@ -10,6 +10,8 @@ jobs:
matrix:
python: [3.7]
name: Python ${{ matrix.python }}
steps:
- uses: actions/checkout@v1