Thanks to visit codestin.com
Credit goes to github.com

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

Commit 7d21268

Browse files
authored
Update action.yml
1 parent 7c878c2 commit 7d21268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 pytest-cov flit
167+
python -m pip install pytest pytest-xdist pytest-cov flit requests_mock
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)