We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ecbe3 commit 5ad67f8Copy full SHA for 5ad67f8
1 file changed
.github/workflows/ci.yaml
@@ -95,6 +95,9 @@ jobs:
95
# we should add a CI step that runs the tests without optional dependencies too.
96
# We don't have that right now, because we're not sure this pain point exists.
97
uv-dependency-install-flags: "--all-extras --group tests"
98
+ - name: Show installed tree
99
+ run: |
100
+ ls .venv/lib/python3.11/site-packages/example_fgen_basic
101
- name: Run tests
102
run: |
103
uv run --no-sync pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
0 commit comments