Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit be58e68

Browse files
authored
Update action.yml
1 parent 9497388 commit be58e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ runs:
164164
- if: ${{ inputs.pytest == 'true' }}
165165
run: |
166166
python -m pip install --upgrade pip
167-
python -m pip install pytest pytest-xdist flit
167+
python -m pip install pytest pytest-xdist pytest-cov flit
168168
cd "${{ inputs.root }}/${{ inputs.workdir }}"
169169
python -m flit install || python -m pip install .
170170
python -m pytest '${{ inputs.args }}' ${{ inputs.testdir }}

0 commit comments

Comments
 (0)