File tree Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,11 @@ jobs:
3535 key : readme-${{ hashFiles('pyproject.toml') }}
3636
3737 - name : Install dependencies
38- run : python -m pip install -e ' .[readme]'
38+ run : python -m pip install -e " .[readme]"
3939
4040 - name : Run examples in the README
41- run : python -m pytest --codeblocks .github README.md documentation
41+ run : >-
42+ python -m pytest --codeblocks .github README.md documentation -n auto
4243
4344 examples :
4445 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/paddyroddy/.github
4- rev : v0.226 .0
4+ rev : v0.229 .0
55 hooks :
66 - id : general-hooks
77 - id : python-hooks
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ optional-dependencies = {dev = [
6868 " pdoc3" ,
6969], readme = [
7070 " pytest-codeblocks" ,
71+ " pytest-xdist" ,
7172]}
7273readme = " README.md"
7374requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments