We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60d462 commit 8ce472aCopy full SHA for 8ce472a
1 file changed
.github/workflows/test.yml
@@ -95,6 +95,7 @@ jobs:
95
run: |
96
python -m pip install --upgrade pip
97
pip install -r src/ContentProcessorAPI/requirements.txt
98
+ pip install pytest==9.0.2 pytest-cov==7.0.0 pytest-mock==3.15.1 pytest-asyncio==1.3.0
99
100
- name: Set PYTHONPATH
101
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
@@ -135,7 +136,8 @@ jobs:
135
136
- name: Install Workflow Dependencies
137
138
- pip install -r src/ContentProcessorWorkflow/requirements.txt
139
+ pip install -e src/ContentProcessorWorkflow
140
141
142
143
0 commit comments