Some bugfix

This commit is contained in:
IgorVolochay
2026-08-21 12:20:55 +03:00
parent 328a20a7e3
commit e3b78e0eca
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -57,10 +57,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest==8.3.4 pytest-asyncio==0.25.3 httpx==0.28.1
pip install -r app/requirements.txt
- name: Setup moderated base cards
- name: Setup moderated base cards
working-directory: ./app/tools
run: python3 _add_base_cards.py -a 2 -f data/base_cards.json
- name: Run pytest