Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jul 3, 2024
1 parent 7e5abc6 commit ea253d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-pkg-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ jobs:
pkg-extra: ${{ matrix.pkg-extra }}

- name: Run CLI (via python)
if: ${{ (matrix.pkg-name == 'lightning' || matrix.pkg-name == 'notset') && matrix.pkg-extra == 'app' }}
if: ${{ (matrix.pkg-name == 'lightning' || matrix.pkg-name == 'notset') }}
run: python -m lightning --version

- name: Run CLI (direct bash)
if: |
((matrix.pkg-name == 'lightning' || matrix.pkg-name == 'notset') && matrix.pkg-extra == 'app') ||
((matrix.pkg-name == 'lightning' || matrix.pkg-name == 'notset') ||
matrix.pkg-name == 'app'
run: lightning --version

Expand Down

0 comments on commit ea253d0

Please sign in to comment.