Skip to content

Commit

Permalink
[#34] print --help to test installation
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <bryant.finney@alumni.uah.edu>
  • Loading branch information
bryant-finney committed Nov 21, 2021
1 parent 3b369dc commit 5f36526
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,13 @@ jobs:
name: dist
path: dist

- name: Install using ${{ matrix.manager }}
- name: Install using ${{ matrix.manager }}
run: ${{ matrix.manager }} install ${{ needs.build.outputs.wheel }}

- name: Print help (pip) 🖨️
if: matrix.manager == "pip"
run: pipenv-setup --help

- name: Print help (pipenv) 🖨️
if: matrix.manager == "pipenv"
run: pipenv run pipenv-setup --help

0 comments on commit 5f36526

Please sign in to comment.