mirror of
https://gitea.com/actions/setup-python.git
synced 2025-02-23 20:20:36 +07:00
updated doc
This commit is contained in:
parent
871daa956c
commit
5c56ece473
@ -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 New Issue
Block a user