This commit is contained in:
2025-05-12 19:46:52 +03:00
parent ce1836b646
commit 750513b119

View File

@ -40,6 +40,9 @@ jobs:
uses: https://github.com/actions/setup-python@v5 uses: https://github.com/actions/setup-python@v5
with: with:
python-version: '3.12' python-version: '3.12'
- name: Install deps
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