Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading