Skip to content

Commit 55d8506

Browse files
committed
Added platform for artifact names and removed matplotlib from setup
1 parent 1335640 commit 55d8506

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Upload pytest test results
5252
uses: actions/upload-artifact@v3
5353
with:
54-
name: pytest-results-${{ matrix.python-version }}
54+
name: pytest-results-${{ matrix.platform }} py${{ matrix.python-version }}
5555
path: reports/
5656
# Use always() to always run this step to publish test results when there are test failures
5757
if: ${{ always() }}

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ docs =
5454
sphinx-automodapi
5555
sphinx-gallery
5656
testing =
57-
matplotlib
5857
napari[pyqt6-experimental]
5958
pooch
6059
pyqt6

0 commit comments

Comments
 (0)