Skip to content

Commit 5ad67f8

Browse files
committed
Add some hacky diagnostic
1 parent 10ecbe3 commit 5ad67f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
# we should add a CI step that runs the tests without optional dependencies too.
9696
# We don't have that right now, because we're not sure this pain point exists.
9797
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
98101
- name: Run tests
99102
run: |
100103
uv run --no-sync pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml

0 commit comments

Comments
 (0)