1 Commits

Author SHA1 Message Date
750513b119 fix ci
Some checks failed
Pre-commit / pre-commit (pull_request) Failing after 2m36s
2025-05-12 19:46:52 +03:00

View File

@@ -42,7 +42,7 @@ jobs:
python-version: '3.12' python-version: '3.12'
- name: Install deps - name: Install deps
run: apt-get update && apt-get install gettext bc run: apt-get update && apt-get install -y gettext bc
- run: pip install pre-commit - run: pip install pre-commit
- run: pre-commit install - run: pre-commit install