Skip to content

Commit e5d08f5

Browse files
committed
initial
1 parent b366056 commit e5d08f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-python-zensical.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ jobs:
130130
- name: E1) Run module entrypoints
131131
run: |
132132
uv run python -m se_regimes.registry
133-
uv run python -m se_regimes.show
134-
uv run python -m se_regimes.report
133+
uv run python -m se_regimes show
134+
uv run python -m se_regimes report
135135
# WHY: Validates public module entrypoints defined by the repository contract.
136136
# WHY: Catches CLI wiring errors, data loading issues, and report generation failures.
137137
# OBS: Complements pytest by exercising real execution paths.

0 commit comments

Comments
 (0)