Skip to content

Commit 5bbb655

Browse files
committed
Install gettext for pre-commit
1 parent 464e202 commit 5bbb655

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ on:
99
jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
12-
1312
steps:
1413
- uses: actions/checkout@v5
1514
with:
1615
fetch-depth: 0
17-
1816
- uses: actions/setup-python@v6
1917
with:
20-
python-version: "3.10"
21-
18+
python-version: "3.x"
19+
- run: apt-get install gettext
2220
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)