Skip to content

Commit 1cc4b16

Browse files
committed
ci(tests) Verify runtime deps for CLI commands
1 parent b568766 commit 1cc4b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uv run --no-dev -p python${{ matrix.python-version }} -- python -c '
3535
from tmuxp import _internal, cli, workspace, exc, log, plugin, shell, types, util, __version__
3636
from tmuxp._internal import config_reader, types
37+
from tmuxp.cli import convert, debug_info, edit, freeze, import_config, load, ls, shell, utils
3738
from tmuxp.workspace import builder, constants, finders, freezer, importers, loader, validation
3839
from libtmux import __version__ as __libtmux_version__
3940
print("tmuxp version:", __version__)

0 commit comments

Comments
 (0)