Skip to content

Commit ed12497

Browse files
committed
Fix CI
Signed-off-by: Christian Vetter <christian.vetter@here.com>
1 parent 87b8f69 commit ed12497

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/py.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: Run tests
2020
run: |
2121
cd flatdata-py
22-
uv run --with pytest --with ../flatdata-generator pytest -v
23-
pip install .
24-
flatdata-inspector --help
22+
uv venv
23+
uv pip install ../flatdata-generator
24+
uv pip install ".[inspector]" pytest
25+
uv run pytest -v
26+
uv run flatdata-inspector --help
2527

0 commit comments

Comments
 (0)