Skip to content

Commit fbf8f17

Browse files
committed
Install system deps in CI
1 parent 408f845 commit fbf8f17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/precommit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
python-version: "3.x"
2323
cache: "pip"
24+
- name: Install system deps
25+
run: |
26+
sudo apt-get update
27+
sudo apt-get install -y hunspell hunspell-el gettext language-pack-el locales-all
2428
- uses: pre-commit/[email protected]
2529
- uses: pre-commit-ci/[email protected]
2630
if: always()

0 commit comments

Comments
 (0)