исправление теста dlcache_test.go
Some checks failed
Pre-commit / pre-commit (push) Failing after 5m11s

This commit is contained in:
2025-08-26 23:16:31 +03:00
parent 737bf68f95
commit 77055aa2cb
2 changed files with 4 additions and 3 deletions

View File

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