Skip to content

Commit f933819

Browse files
committed
add no-project to uv run
1 parent 63e998e commit f933819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
mkdir examples/tpch/data
107107
cd examples/tpch/data
108108
uv pip install tpchgen-cli
109-
uv run tpchgen-cli -s 1 --format=parquet
109+
uv run --no-project tpchgen-cli -s 1 --format=parquet
110110
111111
- name: Run TPC-H examples
112112
run: |

0 commit comments

Comments
 (0)