We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78825ac commit 875766cCopy full SHA for 875766c
.github/workflows/ci-pkg-install.yml
@@ -65,10 +65,6 @@ jobs:
65
pkg-folder: dist/${{ env.PKG_DIR }}
66
pkg-name: ${{ matrix.pkg-name }}
67
68
- - name: Run CLI (via python)
69
- if: ${{ (matrix.pkg-name == 'lightning' || matrix.pkg-name == 'notset') }}
70
- run: python -m lightning --version
71
-
72
- name: DocTests actions
73
working-directory: .actions/
74
run: |
src/lightning/__main__.py
0 commit comments