add human names to GitHub jobs

This commit is contained in:
Dmitry Afanasyev 2023-01-18 01:24:31 +03:00
parent 1729452170
commit 1eb4af8ac1

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up python
id: setup-python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.11.1'
#----------------------------------------------