Skip to content

Commit 93ece9b

Browse files
authored
Update action.yml
1 parent d705237 commit 93ece9b

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