Skip to content

Commit 810944e

Browse files
Bordalexierule
authored andcommitted
ci fig pkg install
1 parent f58be9e commit 810944e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pkg-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
- name: Install | Uninstall package - archive
2929
working-directory: ./dist
3030
run: |
31-
pip install *.tar.gz ${PKG_NAME} ${{ inputs.pip-flags }}
31+
pip install *.tar.gz ${{ inputs.pip-flags }}
3232
pip list | grep lightning
3333
python -c "import ${PKG_NAME} ; print(${PKG_NAME}.__version__)"
3434
pip uninstall -y ${PKG_NAME}

0 commit comments

Comments
 (0)