diff --git a/.github/actions/setup-mako/action.yml b/.github/actions/setup-mako/action.yml index 14c376c..fdd5a29 100644 --- a/.github/actions/setup-mako/action.yml +++ b/.github/actions/setup-mako/action.yml @@ -12,7 +12,6 @@ runs: - uses: actions/setup-python@v5 with: python-version: '>=3.8' - cache: 'poetry' - name: Ensure pipx is available run: | @@ -27,6 +26,11 @@ 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