Skip to content

Commit 6aa85f8

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Run tests
2424
run: |
2525
cd flatdata-generator
26-
uv run --no-project --with pytest pytest -v
26+
uv run --with pytest pytest -v
2727
pip install .
2828
flatdata-generator --help

.github/workflows/py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run tests
2525
run: |
2626
cd flatdata-py
27-
uv run --no-project --with pytest --with ../flatdata-generator pytest -v
27+
uv run --with pytest --with ../flatdata-generator pytest -v
2828
pip install .
2929
flatdata-inspector --help
3030

0 commit comments

Comments
 (0)