Skip to content

Commit

Permalink
[#34] hopefully it works now 🤞
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 23, 2021
1 parent f795be2 commit 702e35a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,13 @@ jobs:
run: ${{ matrix.extras }} --version

- name: "Verify ${{ matrix.extras }} installation (${{ matrix.manager }}) 🖨️"
if: |
${{ matrix.manager }} == 'pipenv' &&
${{ matrix.extras }} &&
${{ matrix.extras }} != "dev"
if: ${{ matrix.manager == 'pipenv' && matrix.extras && matrix.extras != 'dev' }}
run: pipenv run ${{ matrix.extras }} --version

- name: "Verify package installation (${{ matrix.manager }}) 🖨️"
if: ${{ matrix.manager }} == 'pip'
if: ${{ matrix.manager == 'pip' }}
run: pipenv-setup --help

- name: "Verify installation (${{ matrix.manager }}) 🖨️"
if: ${{ matrix.manager }} == 'pipenv'
if: ${{ matrix.manager == 'pipenv' }}
run: pipenv run pipenv-setup --help

0 comments on commit 702e35a

Please sign in to comment.