diff --git a/.github/workflows/update_pre-commit_hooks.yml b/.github/workflows/update_pre-commit_hooks.yml index 3dd97b2..286566c 100644 --- a/.github/workflows/update_pre-commit_hooks.yml +++ b/.github/workflows/update_pre-commit_hooks.yml @@ -19,6 +19,8 @@ jobs: python-version: "3.13" - name: Install poetry run: pip install poetry + - name: Add plugin + run: poetry self add poetry-plugin-export - name: Cache dependencies uses: actions/cache@v4.1.2 with: @@ -26,8 +28,6 @@ jobs: key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }} - name: Install dependencies run: poetry install - - name: Add plugin - run: poetry self add poetry-plugin-export # Update pre-commit hooks and check for changes - name: Update pre-commit hooks