We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1335640 commit 55d8506Copy full SHA for 55d8506
.github/workflows/test_and_deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Upload pytest test results
52
uses: actions/upload-artifact@v3
53
with:
54
- name: pytest-results-${{ matrix.python-version }}
+ name: pytest-results-${{ matrix.platform }} py${{ matrix.python-version }}
55
path: reports/
56
# Use always() to always run this step to publish test results when there are test failures
57
if: ${{ always() }}
setup.cfg
@@ -54,7 +54,6 @@ docs =
sphinx-automodapi
sphinx-gallery
testing =
- matplotlib
58
napari[pyqt6-experimental]
59
pooch
60
pyqt6
0 commit comments