Skip to content

Commit

Permalink
CI: Only install additional test tools for test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Oct 30, 2023
1 parent 3dd466c commit 0b7e02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ runs:
-c ci/${{ inputs.version-file }} -c ci/${{ inputs.type }}_requirements.txt -c ci/extra_requirements.txt
- name: Install additional test tools
if: ${{ inputs.type == 'test' }}
shell: bash
run: >
python -m pip install coverage
Expand Down

0 comments on commit 0b7e02e

Please sign in to comment.