diff --git a/.github/workflows/ci-pkg-install.yml b/.github/workflows/ci-pkg-install.yml index 46630a9fe9..8ef3eb2936 100644 --- a/.github/workflows/ci-pkg-install.yml +++ b/.github/workflows/ci-pkg-install.yml @@ -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