Skip to content

Commit 1d283c5

Browse files
committed
update workflows
Signed-off-by: mohapatr3 <[email protected]>
1 parent dbe90d5 commit 1d283c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
run: |
2121
cd flatdata-generator
2222
pip install -r requirements.txt
23-
pip install .
2423
- name: Run tests
2524
run: |
2625
cd flatdata-generator
26+
pip install .
2727
uv run --no-project --with pytest pytest -v
2828
flatdata-generator --help

.github/workflows/py.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
uv run --no-project --with pytest --with ../flatdata-generator pytest -v
2828
pip install .
2929
flatdata-inspector --help
30+

0 commit comments

Comments
 (0)