File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 3232 - name : Run tests
3333 run : |
3434 uv run -p ${{ matrix.python-version }} pytest
35+
36+ test-entry-point :
37+ runs-on : ubuntu-latest
38+ name : Check the configured entry point
39+ steps :
40+ - uses : actions/checkout@v4
41+ - name : Install uv
42+ uses : astral-sh/setup-uv@v5
43+ - name : Set up env
44+ run : uv sync
45+ - name : Install package
46+ run : source .venv/bin/activate && uv pip install .
47+ - name : Check entry point
48+ run : source .venv/bin/activate && render-engine init --no-input
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ repository = "https://github.com/render-engine/render-engine/"
3434documentation = " https://render-engine.readthedocs.io/en/latest/"
3535
3636[project .scripts ]
37- render-engine = " render_engine_cli: cli"
37+ render-engine = " render_engine_cli. cli:app "
3838
3939[tool .pytest .ini_options ]
4040pythonpath = [" src" ]
You can’t perform that action at this time.
0 commit comments