Skip to content

Commit 7f144a7

Browse files
test issue fix
1 parent f3de1a1 commit 7f144a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Backend Dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install -r src/ContentProcessorAPI/requirements.txtc
36+
pip install -r src/ContentProcessor/requirements.txt
3737
pip install pytest-cov
3838
pip install pytest-asyncio
3939

0 commit comments

Comments
 (0)