mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 11:13:29 +00:00
add name for run script
This commit is contained in:
parent
be445e540a
commit
67c5fe21a7
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…
Reference in New Issue
Block a user