Add pre commit (#26)

This commit is contained in:
Lamont Huffman
2025-11-05 11:44:19 +08:00
committed by GitHub
parent 2164371e64
commit 30d86efbb3
33 changed files with 565 additions and 496 deletions

View File

@@ -1,8 +1,5 @@
name: deep_research_runtime_test
on:
schedule:
- cron: '0 0 */3 * *'
workflow_dispatch:
on: [push, pull_request]
jobs:
test:
@@ -33,5 +30,7 @@ jobs:
pip install pytest pytest-asyncio pytest-mock
- name: Run tests
env:
PYTHONPATH: ${{ github.workspace }}/deep_research/agent_deep_research
run: |
python -m pytest tests/agent_deep_research_test.py -v