Skip to content

Commit

Permalink
debug install
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 13, 2022
1 parent 18a4638 commit 5054b4d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/actions/pkg-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ runs:
python -c "import ${{ env.PKG_IMPORT }}; print(${{ env.PKG_IMPORT }}.__version__)"
shell: bash

# FIXME !!!
# - name: Install package - archive
# working-directory: ${{ inputs.pkg-folder }}
# run: |
# pip install ${PKG_SOURCE} ${{ inputs.pip-flags }}
# pip list | grep lightning
# python -c "import ${{ env.PKG_IMPORT }}; print(${{ env.PKG_IMPORT }}.__version__)"
# shell: bash
- name: Install package - archive
working-directory: ${{ inputs.pkg-folder }}
run: |
pip install ${PKG_SOURCE} ${{ inputs.pip-flags }}
pip list | grep lightning
python -c "import ${{ env.PKG_IMPORT }}; print(${{ env.PKG_IMPORT }}.__version__)"
shell: bash

0 comments on commit 5054b4d

Please sign in to comment.