Skip to content

Commit 939aaa8

Browse files
committed
Fix CI by installing floodops package in editable mode
1 parent 7210df2 commit 939aaa8

1 file 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
@@ -23,6 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
pip install ruff mypy pytest pytest-asyncio pytest-cov
26+
pip install -e .
2627
- name: Ruff (blocking)
2728
run: ruff check floodops
2829
- name: Mypy (advisory)

0 commit comments

Comments
 (0)