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 f58be9e commit 810944eCopy full SHA for 810944e
.github/actions/pkg-install/action.yml
@@ -28,7 +28,7 @@ runs:
28
- name: Install | Uninstall package - archive
29
working-directory: ./dist
30
run: |
31
- pip install *.tar.gz ${PKG_NAME} ${{ inputs.pip-flags }}
+ pip install *.tar.gz ${{ inputs.pip-flags }}
32
pip list | grep lightning
33
python -c "import ${PKG_NAME} ; print(${PKG_NAME}.__version__)"
34
pip uninstall -y ${PKG_NAME}
0 commit comments