1
0
Fork 0
mirror of synced 2026-06-05 10:35:13 +00:00

Update README.md to fix setup-python version in example (#368)

This commit is contained in:
Shubham Tiwari 2022-04-01 16:50:54 +05:30 committed by GitHub
commit 9c644ca2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,10 +249,10 @@ steps:
**Caching poetry dependencies:**
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: 'poetry'