Skip to content

Commit 2c0e133

Browse files
committed
ci: install project in CI to satisfy runtime deps before tests
1 parent 8f618a6 commit 2c0e133

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
run: python -m pip install -U pip
2727

2828
- name: Install tools
29+
30+
- name: Install project
31+
run: pip install -e .
2932
run: pip install pytest mypy ruff black
3033

3134
- name: Ruff

0 commit comments

Comments
 (0)