Skip to content

Commit

Permalink
👷Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
7rikazhexde committed Jan 11, 2025
1 parent 9923eca commit be75222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_pre-commit_hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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/[email protected]
with:
path: ~/.cache/pypoetry
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
Expand Down

0 comments on commit be75222

Please sign in to comment.