File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,17 @@ jobs:
5555
5656 - name : Install the Test dependencies
5757 run : |
58- pip install -e .[test] codecov
58+ pip install -e .[test] codecov pytest-xdist[psutil]
5959
6060 - name : Run the tests with coverage on Ubuntu
6161 if : ${{ matrix.os == 'ubuntu-latest' }}
6262 run : |
63- python -m pytest -vv --cov jupyter_releaser --cov-branch --cov-report term-missing:skip-covered
63+ python -m pytest -vv -n auto - -cov jupyter_releaser --cov-branch --cov-report term-missing:skip-covered
6464
6565 - name : Run the tests on Windows and macOS
6666 if : ${{ matrix.os != 'ubuntu-latest' }}
6767 run : |
68- python -m pytest -vv -s
68+ python -m pytest -n auto - vv -s
6969
7070 - name : Verify the Generate Changelog Action
7171 if : ${{ matrix.os == 'ubuntu' }}
You can’t perform that action at this time.
0 commit comments