Skip to content

Commit 4b7856f

Browse files
committed
Make install command verbose when running tests
1 parent acffdd4 commit 4b7856f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
# when people try to run without installing optional dependencies,
119119
# we should add a CI step that runs the tests without optional dependencies too.
120120
# We don't have that right now, because we're not sure this pain point exists.
121-
uv-dependency-install-flags: "--all-extras --group tests"
121+
uv-dependency-install-flags: "-v --reinstall-package example-fgen-basic -Ccompile-args='-v' --all-extras --group tests"
122122
- name: Run tests
123123
run: |
124124

0 commit comments

Comments
 (0)