fix ci
Some checks failed
Pre-commit / pre-commit (pull_request) Failing after 16s

This commit is contained in:
2025-05-12 19:44:42 +03:00
parent ce1836b646
commit a3c2e2d64b

View File

@@ -41,6 +41,9 @@ jobs:
with: with:
python-version: '3.12' python-version: '3.12'
- name: Install deps
run: apt-get update && apt-get install gettext bc
- run: pip install pre-commit - run: pip install pre-commit
- run: pre-commit install - run: pre-commit install
- run: pre-commit run --all-files - run: pre-commit run --all-files