We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3de1a1 commit 7f144a7Copy full SHA for 7f144a7
1 file changed
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install Backend Dependencies
34
run: |
35
python -m pip install --upgrade pip
36
- pip install -r src/ContentProcessorAPI/requirements.txtc
+ pip install -r src/ContentProcessor/requirements.txt
37
pip install pytest-cov
38
pip install pytest-asyncio
39
0 commit comments