mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-22 01:59:34 +01:00
updated doc
This commit is contained in:
parent
871daa956c
commit
5c56ece473
1 changed files with 2 additions and 2 deletions
|
@ -310,12 +310,12 @@ steps:
|
|||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install poetry
|
||||
run: pipx install poetry
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
cache: 'poetry'
|
||||
- name: Install poetry
|
||||
run: python -m pip install poetry
|
||||
- run: poetry install
|
||||
- run: poetry run pytest
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue