Skip to content

Commit

Permalink
[#34] try again
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 47074c6 commit e9e1995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: ${{ matrix.manager }} install "${{ needs.build.outputs.wheel }}[${{ matrix.extras }}]"

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

- name: "Verify ${{ matrix.extras }} installation (${{ matrix.manager }}) 🖨️"
Expand Down

0 comments on commit e9e1995

Please sign in to comment.