1 parent 7210df2 commit 939aaa8Copy full SHA for 939aaa8
1 file changed
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
pip install ruff mypy pytest pytest-asyncio pytest-cov
26
+ pip install -e .
27
- name: Ruff (blocking)
28
run: ruff check floodops
29
- name: Mypy (advisory)
0 commit comments