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 617f3e7 commit 766c36e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ 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 }}
- uses: pre-commit/[email protected]

0 comments on commit 766c36e

Please sign in to comment.