Commit 25104c8 1 parent 3369d05 commit 25104c8 Copy full SHA for 25104c8
File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 90
90
runs-on : ubuntu-latest
91
91
needs : [doc-style]
92
92
steps :
93
- - name : Install test requirements
94
- run : pip install matplotlib>=3.6.0
95
-
96
93
- uses : ansys/actions/doc-build@v8
97
94
with :
98
95
python-version : ${{ env.MAIN_PYTHON_VERSION }}
@@ -104,9 +101,6 @@ jobs:
104
101
runs-on : ubuntu-latest
105
102
needs : [doc-build, tests]
106
103
steps :
107
- - name : Install test requirements
108
- run : pip install matplotlib>=3.6.0
109
-
110
104
- uses : ansys/actions/build-library@v8
111
105
with :
112
106
library-name : ${{ env.LIBRARY_NAME }}
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ doc = [
33
33
" ansys-sphinx-theme==1.3.2" ,
34
34
" pdf2image==1.17.0" ,
35
35
" quarto-cli==1.6.42" ,
36
+ " matplotlib==3.10.1" ,
36
37
" numpydoc==1.8.0" ,
37
38
" Sphinx==7.4.7" ,
38
39
" sphinx-copybutton==0.5.2" ,
You can’t perform that action at this time.
0 commit comments