Skip to content

Commit 3071fd5

Browse files
committed
use local generator
Signed-off-by: mohapatr3 <[email protected]>
1 parent d4fb4bd commit 3071fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Run tests
2828
run: |
2929
cd flatdata-py
30-
uv run --with pytest pytest
30+
uv run --with pytest --with ../flatdata-generator pytest
3131
pip install .
3232
flatdata-inspector --help

0 commit comments

Comments
 (0)