Skip to content

Commit d08dab4

Browse files
nadavisclaude
andcommitted
fix: install package in editable mode before running tests in CI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cf6d3da commit d08dab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525

2626
- name: Install dependencies
27-
run: pip install pytest
27+
run: pip install pytest -e .
2828

2929
- name: Run tests
3030
run: pytest tests/ -q

0 commit comments

Comments
 (0)