Skip to content

Commit 25104c8

Browse files
committed
feat: Integrate Matplotlib
1 parent 3369d05 commit 25104c8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci_cd.yml

-6
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ jobs:
9090
runs-on: ubuntu-latest
9191
needs: [doc-style]
9292
steps:
93-
- name: Install test requirements
94-
run: pip install matplotlib>=3.6.0
95-
9693
- uses: ansys/actions/doc-build@v8
9794
with:
9895
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -104,9 +101,6 @@ jobs:
104101
runs-on: ubuntu-latest
105102
needs: [doc-build, tests]
106103
steps:
107-
- name: Install test requirements
108-
run: pip install matplotlib>=3.6.0
109-
110104
- uses: ansys/actions/build-library@v8
111105
with:
112106
library-name: ${{ env.LIBRARY_NAME }}

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ doc = [
3333
"ansys-sphinx-theme==1.3.2",
3434
"pdf2image==1.17.0",
3535
"quarto-cli==1.6.42",
36+
"matplotlib==3.10.1",
3637
"numpydoc==1.8.0",
3738
"Sphinx==7.4.7",
3839
"sphinx-copybutton==0.5.2",

0 commit comments

Comments
 (0)