Disable caching for poetry
This commit is contained in:
parent
5c91820491
commit
c2fa8128fe
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…
x
Reference in New Issue
Block a user