Skip to content

Commit 6a0fc78

Browse files
committed
🐛 poetry optional dependencies need to be explicit, fix name of job
- extras need to be specified as additinal dependencies - build name of job correctly
1 parent e9c0047 commit 6a0fc78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cdci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
uses: pypa/gh-action-pypi-publish@release/v1
125125

126126
build-executable:
127-
name: Build executable {{ matrix.os.label }}
127+
name: Build executable: vuegen_gui_${{ matrix.os.label }}
128128
runs-on: ${{ matrix.os.runner }}
129129
needs:
130130
- test

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ myst-nb = {version="*", optional=true}
3939
ipywidgets = {version="*", optional=true}
4040
sphinx-new-tab-link = {version = "!=0.2.2", optional=true}
4141
jupytext = {version="*", optional=true}
42+
customtkinter = {version="*", optional=true}
4243

4344
[tool.poetry.group.dev.dependencies]
4445
ipykernel = {version="^6.29.5", optional=true}

0 commit comments

Comments
 (0)