Skip to content

Commit 08145da

Browse files
committed
[AI: Windsurf] fix: update CI workflow dependencies installation
1 parent 0116aa9 commit 08145da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install --upgrade pip
39-
pip install -e .[dev]
39+
pip install pytest pytest-cov pytest-asyncio httpx aiosqlite
40+
pip install pydantic-settings
41+
pip install -r requirements.txt
42+
pip install -r requirements-test.txt
4043
4144
- name: Run tests with coverage
4245
id: coverage

0 commit comments

Comments
 (0)