Skip to content

Commit

Permalink
fix pre-commit installation
Browse files Browse the repository at this point in the history
  • Loading branch information
quentindemetz committed Oct 17, 2024
1 parent dd49e11 commit 484cb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Install pre-commit
run: |
apt-get update
apt-get install --yes --no-install-recommends python3 python3-pip
sudo apt-get update
sudo apt-get install --yes --no-install-recommends python3 python3-pip
pip install pre-commit --break-system-packages
pre-commit install --install-hooks
Expand Down

0 comments on commit 484cb2d

Please sign in to comment.