mirror of
https://github.com/actions/setup-python.git
synced 2025-12-17 14:02:37 +00:00
Improve error message
This commit is contained in:
parent
9bfc313c8c
commit
cb37554d28
6 changed files with 10 additions and 10 deletions
|
|
@ -681,9 +681,9 @@ The `pip-install` input allows you to install dependencies as part of the Python
|
|||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.13'
|
||||
pip-install: -r requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue