Skip to content

Commit fb5bf3d

Browse files
committed
Try more diagnostics
1 parent ed0b4ab commit fb5bf3d

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
@@ -101,6 +101,9 @@ jobs:
101101
- name: Run tests
102102
run: |
103103
# uv run --no-sync pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
104+
uv run --no-editable --reinstall-package example-fgen-basic python -c 'import example_fgen_basic;print(example_fgen_basic.__file__)'
105+
cd .venv/lib/python3.11/site-packages/example_fgen_basic
106+
python -c 'import _lib; print("Found it here")'
104107
uv run --no-editable --reinstall-package example-fgen-basic pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
105108
uv run --no-sync coverage report
106109
- name: Upload coverage reports to Codecov with GitHub Action

0 commit comments

Comments
 (0)