Skip to content

Commit

Permalink
Correct exact package naming for pre_commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 7, 2024
1 parent 319164b commit 7d12b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
python -m pip list
exit 1
fi
if ! python -m pip list | grep pre-commit; then
if ! python -m pip list | grep pre_commit; then
echo '::error::Failed to install pre-commit'
python -m pip list
exit 1
Expand Down

0 comments on commit 7d12b73

Please sign in to comment.