Skip to content

Commit af7f67e

Browse files
committed
fix(ci): sync dependencies and fix package structure for testing
1 parent 00e1b1f commit af7f67e

10 files changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
python -m pip install --upgrade pip
3131
pip install -r requirements.txt
3232
pip install pytest pytest-asyncio pytest-mock
33+
pip install -e .
3334
3435
- name: Run Tests
3536
env:

src/__init__.py

Whitespace-only changes.

src/agents/__init__.py

Whitespace-only changes.

src/api/__init__.py

Whitespace-only changes.

src/core/__init__.py

Whitespace-only changes.

src/evals/__init__.py

Whitespace-only changes.

src/processing/__init__.py

Whitespace-only changes.

src/retrieval/__init__.py

Whitespace-only changes.

src/utils/__init__.py

Whitespace-only changes.

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)