From c2fa8128fe8cb5b567df0cfd8338a071d390aa64 Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:01:20 +0100 Subject: [PATCH] Disable caching for poetry --- .github/actions/setup-mako/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/setup-mako/action.yml b/.github/actions/setup-mako/action.yml index fdd5a29..2c2aee6 100644 --- a/.github/actions/setup-mako/action.yml +++ b/.github/actions/setup-mako/action.yml @@ -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