File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 70
70
matrix :
71
71
os : [ubuntu, macos, windows]
72
72
python-version : ["3.11-dev"]
73
- sphinx-version : ["sphinx==4.0", "sphinx==4.5"]
73
+ sphinx-version : ["sphinx==4.0.2 ", "sphinx==4.5"]
74
74
steps :
75
75
- uses : actions/checkout@v3
76
76
@@ -86,20 +86,14 @@ jobs:
86
86
python -m pip install ${{ matrix.sphinx-version }}
87
87
python -m pip list
88
88
89
- - name : Downgrade Jinja2 for sphinx<4
90
- if : ${{ matrix.sphinx-version }} == 'sphinx<4.0.2'
91
- run : python -m pip install jinja2==3.0.3 markupsafe==2.0.1 pydata-sphinx-theme==0.8.0
92
-
93
89
- name : Install
94
90
run : |
95
91
python -m pip install .
96
92
pip list
97
93
98
94
- name : Run test suite
99
95
run : |
100
- # NOTE: --assert=plain necessary to work around known pytest issue.
101
- # See pytest-dev/pytest#10008
102
- pytest -v --pyargs --assert=plain numpydoc
96
+ pytest -v --pyargs numpydoc
103
97
104
98
- name : Make sure CLI works
105
99
run : |
You can’t perform that action at this time.
0 commit comments