We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acffdd4 commit 4b7856fCopy full SHA for 4b7856f
.github/workflows/ci.yaml
@@ -118,7 +118,7 @@ jobs:
118
# when people try to run without installing optional dependencies,
119
# we should add a CI step that runs the tests without optional dependencies too.
120
# 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"
+ uv-dependency-install-flags: "-v --reinstall-package example-fgen-basic -Ccompile-args='-v' --all-extras --group tests"
122
- name: Run tests
123
run: |
124
0 commit comments