test the high level SSG build command

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2026-01-28 13:36:19 -06:00
parent dd2f5eeaea
commit 7b2bf6905a
2 changed files with 24 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ jinja_env = Environment(
try:
# packaged/pip install -e . value
from ._version import version as __version__
except ImportError:
except ImportError: # pragma: no cover
# local clone value
from setuptools_scm import get_version
__version__ = get_version(root='..', relative_to=__file__)