From fb91f317bfc6e5f544954d0860bd35478fcafd6a Mon Sep 17 00:00:00 2001 From: Amar Akram <263758252+amarakramali@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:52:59 +0200 Subject: [PATCH] Smoke-test the built wheel --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11a520f..eb80a27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,12 @@ jobs: assert "src/__init__.py" not in names PY - - name: Smoke-test installed console commands + - name: Install the built wheel + run: | + python -m pip uninstall --yes aep-load-forecasting + python -m pip install --no-deps dist/*.whl + + - name: Smoke-test wheel console commands run: | aep-demo --help aep-sample-data --help