Disable caching for poetry

This commit is contained in:
TSR Berry 2024-01-29 23:01:20 +01:00
parent 5c91820491
commit c2fa8128fe
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2
1 changed files with 0 additions and 5 deletions

View File

@ -26,11 +26,6 @@ runs:
run: pipx install poetry
shell: bash
- uses: actions/setup-python@v5
with:
python-version: '>=3.8'
cache: 'poetry'
- run: |
cd "${{ steps.path.outputs.mako }}"
poetry install --only main