Skip to content

Commit a174fe7

Browse files
committed
Update pre-commit ci
1 parent d620e1e commit a174fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v4
1312
- name: Install dependencies
1413
run: |
1514
sudo apt update
1615
sudo apt install --no-install-recommends libxkbcommon-dev
17-
- uses: pre-commit/action@v3.0.0
16+
pip3 install setuptools
17+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)