Skip to content

Commit

Permalink
Update workflow files to install correct pre-commit version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Oct 10, 2024
1 parent e974c1f commit f66880d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-quality-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ jobs:
with:
python-version: "3.10"

- name: Install packages
run: |
pip install -e .[dev]
- name: Run pre-commits
uses: pre-commit/[email protected]
4 changes: 4 additions & 0 deletions .github/workflows/code-quality-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
python-version: "3.10"

- name: Install packages
run: |
pip install -e .[dev]
- name: Find modified files
id: file_changes
uses: trilom/[email protected]
Expand Down

0 comments on commit f66880d

Please sign in to comment.