Skip to content

Commit

Permalink
fix: install dependencies before running pre commit in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyvan committed Mar 18, 2024
1 parent d6bd1ca commit 0650c63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.3.2'
- name: Install dependencies
run: poetry install
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ repos:
- repo: https://github.com/fsouza/mirrors-pyright
rev: v1.1.354
hooks:
- id: pyright
- id: pyright

0 comments on commit 0650c63

Please sign in to comment.