Commit 7de848e 1 parent 048418c commit 7de848e Copy full SHA for 7de848e
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,16 @@ jobs:
73
73
id : setup-python
74
74
with :
75
75
python-version : ${{ matrix.python }}
76
+ - name : Install dependencies
77
+ run : pip install pytest-xdist
76
78
- name : Retrieve pre-built distribution files
77
79
uses : actions/download-artifact@v3
78
80
with : {name: python-distribution-files, path: dist/}
79
81
- name : Run tests
80
82
run : >-
81
83
pipx run --python '${{ steps.setup-python.outputs.python-path }}'
82
84
tox --installpkg '${{ needs.prepare.outputs.wheel-distribution }}'
83
- -- -rFEx --durations 10 --color yes # pytest args
85
+ -- -rFEx --durations 10 --color yes -n auto # pytest args
84
86
# - name: Generate coverage report
85
87
# run: pipx run coverage lcov -o coverage.lcov
86
88
# - name: Upload partial coverage report
You can’t perform that action at this time.
0 commit comments