This commit is contained in:
Jirka 2022-10-28 00:43:02 +02:00
parent afc025f7af
commit f3f09e7888
1 changed files with 1 additions and 2 deletions

View File

@ -89,8 +89,7 @@ jobs:
pip-flags: "--pre --find-links ../pypi/"
- name: Run CLI
# todo: add testing for `lightning_app`
if: ${{ matrix.pkg == '' }}
if: ${{ matrix.pkg == '' || matrix.pkg == 'app' }}
run: python -m lightning --version
- name: DocTest package