add name for run script

This commit is contained in:
Dmitry Shibanov 2023-07-13 13:38:34 +02:00
parent be445e540a
commit 67c5fe21a7

View File

@ -65,7 +65,8 @@ jobs:
} else { } else {
pipenv install --python ${{ matrix.python-version }} # --keep-outdated pipenv install --python ${{ matrix.python-version }} # --keep-outdated
} }
- run: pipenv run python test-pipenv.py - name: Run Python Script
run: pipenv run python test-pipenv.py
python-poetry-dependencies-caching: python-poetry-dependencies-caching:
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }}) name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@ -142,4 +143,5 @@ jobs:
} else { } else {
pipenv install --python ${{ matrix.python-version }} # --keep-outdated pipenv install --python ${{ matrix.python-version }} # --keep-outdated
} }
- run: pipenv run python test-pipenv.py - name: Run Python Script
run: pipenv run python test-pipenv.py