diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 75006152f2..17597d80f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,7 @@ jobs: uv run --no-dev -p python${{ matrix.python-version }} -- python -c ' from tmuxp import _internal, cli, workspace, exc, log, plugin, shell, types, util, __version__ from tmuxp._internal import config_reader, types + from tmuxp.cli import convert, debug_info, edit, freeze, import_config, load, ls, shell, utils from tmuxp.workspace import builder, constants, finders, freezer, importers, loader, validation from libtmux import __version__ as __libtmux_version__ print("tmuxp version:", __version__) diff --git a/CHANGES b/CHANGES index 957cc4f717..fd953409da 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,12 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force - _Future release notes will be placed here_ +### Development + +- CI: Check CLI modules runtime dependencies (#967) + + An extra set of checks on top of #965. + ## tmuxp 1.53.0 (2025-02-19) ### Bug fixes