Skip to content

Commit fec0816

Browse files
test issue fix
1 parent e20b1f8 commit fec0816

2 files changed

Lines changed: 2 additions & 490 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Install Backend Dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install -r src/ContentProcessor/requirements.txt
36+
pip install uv
37+
uv sync
3738
pip install pytest-cov
3839
pip install pytest-asyncio
3940

0 commit comments

Comments
 (0)