Skip to content

Commit

Permalink
Try fixing github precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
kazewong committed Sep 20, 2024
1 parent 4822962 commit 617f3e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ jobs:
python -m pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install .
- id: changed-files
uses: tj-actions/changed-files@v36
- uses: pre-commit/[email protected]
with:
extra_args: pip-compile --files ${{ steps.changed-files.outputs.all_changed_files }}

0 comments on commit 617f3e7

Please sign in to comment.