update setup-python

This commit is contained in:
felinae98 2022-05-27 11:59:19 +08:00
parent 22f88403da
commit 6e107ddc79
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -27,5 +27,5 @@ runs:
path: ${{ steps.poetry-cache.outputs.dir }}
key: ${{ runner.os }}-poetry-${{ steps.python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- run: poetry install -E all
- run: poetry install
shell: bash