Skip to content

Commit 485d1a0

Browse files
committed
Fix ci - install gros package
1 parent a3a37ad commit 485d1a0

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
@@ -26,6 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
python -m pip install uv flake8 pytest
2828
uv sync
29+
pip install -e .
2930
- name: Lint with flake8
3031
run: |
3132
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics

0 commit comments

Comments
 (0)