Skip to content

Commit 65ca78f

Browse files
fix unit test issue
1 parent 28dd42a commit 65ca78f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
- main
2525
- dev
2626
- demo
27+
- depedendabotchanges
2728
paths:
2829
- 'src/**/*.py'
2930
- 'tests/**/*.py'
@@ -52,6 +53,7 @@ jobs:
5253
pip install -r src/ContentProcessor/requirements.txt
5354
pip install pytest-cov
5455
pip install pytest-asyncio
56+
pip install pytest-mock
5557
5658
- name: Set PYTHONPATH
5759
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV

0 commit comments

Comments
 (0)