Update README.md

This commit is contained in:
Shubham Tiwari 2022-04-01 16:42:05 +05:30 committed by GitHub
parent 3e8e90edf0
commit 4a53b321bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -252,7 +252,7 @@ steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install poetry - name: Install poetry
run: pipx install poetry run: pipx install poetry
- uses: actions/setup-python@v2 - uses: actions/setup-python@v3
with: with:
python-version: '3.9' python-version: '3.9'
cache: 'poetry' cache: 'poetry'