Disable caching for poetry
This commit is contained in:
parent
5c91820491
commit
c2fa8128fe
1 changed files with 0 additions and 5 deletions
5
.github/actions/setup-mako/action.yml
vendored
5
.github/actions/setup-mako/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue