Skip to content

Commit 924eae7

Browse files
committed
Different diagnostics
1 parent fb5bf3d commit 924eae7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ jobs:
103103
# uv run --no-sync pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
104104
uv run --no-editable --reinstall-package example-fgen-basic python -c 'import example_fgen_basic;print(example_fgen_basic.__file__)'
105105
cd .venv/lib/python3.11/site-packages/example_fgen_basic
106-
python -c 'import _lib; print("Found it here")'
106+
ls
107+
../../../../bin/python -c 'import exceptions; print("Found exceptions here")'
108+
../../../../bin/python -c 'import _lib; print("Found _lib here")'
107109
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
108110
uv run --no-sync coverage report
109111
- name: Upload coverage reports to Codecov with GitHub Action

0 commit comments

Comments
 (0)