File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments