Skip to content

Commit a3de40a

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci_cd.yml

-6
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
os: [ubuntu-latest, windows-latest]
6060
python-version: ['3.10', '3.11', '3.12', '3.13']
6161
steps:
62-
- name: Install test requirements
63-
run: pip install matplotlib>=3.6.0
64-
6562
- uses: ansys/actions/build-wheelhouse@v8
6663
with:
6764
library-name: ${{ env.LIBRARY_NAME }}
@@ -78,9 +75,6 @@ jobs:
7875
python-version: ['3.10', '3.11', '3.12', '3.13']
7976
fail-fast: false
8077
steps:
81-
- name: Install test requirements
82-
run: pip install matplotlib>=3.6.0
83-
8478
- uses: ansys/actions/tests-pytest@v8
8579
with:
8680
pytest-markers: '-m "not developer_only"'

0 commit comments

Comments
 (0)