Skip to content

Commit 8ce472a

Browse files
Updated test.yml file
1 parent b60d462 commit 8ce472a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
run: |
9696
python -m pip install --upgrade pip
9797
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
9899
99100
- name: Set PYTHONPATH
100101
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
@@ -135,7 +136,8 @@ jobs:
135136
- name: Install Workflow Dependencies
136137
run: |
137138
python -m pip install --upgrade pip
138-
pip install -r src/ContentProcessorWorkflow/requirements.txt
139+
pip install -e src/ContentProcessorWorkflow
140+
pip install pytest==9.0.2 pytest-cov==7.0.0 pytest-mock==3.15.1 pytest-asyncio==1.3.0
139141
140142
- name: Set PYTHONPATH
141143
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV

0 commit comments

Comments
 (0)