mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
add name for run script
This commit is contained in:
parent
be445e540a
commit
67c5fe21a7
1 changed files with 4 additions and 2 deletions
6
.github/workflows/e2e-cache.yml
vendored
6
.github/workflows/e2e-cache.yml
vendored
|
@ -65,7 +65,8 @@ jobs:
|
|||
} else {
|
||||
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:
|
||||
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
|
||||
|
@ -142,4 +143,5 @@ jobs:
|
|||
} else {
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue