Skip to content

Commit 3286933

Browse files
committed
need to install in editable mode for version command to work
1 parent 68666ee commit 3286933

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
sudo apt update && sudo apt install tesseract-ocr libtesseract-dev
3737
uv sync --all-extras --dev
38+
uv pip install -e .
3839
3940
- name: Run Ruff
4041
run: uv run ruff check --output-format=github .

0 commit comments

Comments
 (0)