Skip to content

Commit f3de1a1

Browse files
test issue fix
1 parent c70145f commit f3de1a1

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ jobs:
3333
- name: Install Backend Dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install uv
37-
cd src/ContentProcessor
38-
uv sync
36+
pip install -r src/ContentProcessorAPI/requirements.txtc
3937
pip install pytest-cov
4038
pip install pytest-asyncio
41-
pip install certifi
4239
4340
- name: Set PYTHONPATH
4441
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
azure-appconfiguration>=1.7.1
2+
azure-identity>=1.19.0
3+
azure-storage-blob>=12.24.1
4+
azure-storage-queue>=12.12.0
5+
certifi>=2024.12.14
6+
charset-normalizer>=3.4.1
7+
openai==1.65.5
8+
pandas>=2.2.3
9+
pdf2image>=1.17.0
10+
poppler-utils>=0.1.0
11+
pydantic>=2.10.5
12+
pydantic-settings>=2.7.1
13+
pymongo>=4.11.2
14+
python-dotenv>=1.0.1
15+
tiktoken>=0.9.0

0 commit comments

Comments
 (0)