Skip to content

Deleting all images that have passed tests before upload #27881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 99 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
c7429d7
TST: Remove memory leak test
QuLogic Feb 1, 2024
7774d6d
DOC: Improve colormap normalization example
QuLogic Feb 1, 2024
670b2f5
[TST] Make jpl units instantiated with datetimes consistent with mpl …
ksunden May 4, 2023
85d8a1e
[TST] Add unit test for consistency of datetime units between mpl.dat…
ksunden May 4, 2023
4a12711
Allow threads during macos event loop
ksunden Feb 7, 2024
b7f0135
[Doc] Remove special casing for remove method
oscargus Feb 7, 2024
a88cd96
Remove deprecated register_cmap, unregister_cmap, and get_cmap
UFEddy Sep 30, 2023
f98b36f
GOV: adopt EffVer
tacaswell Jan 25, 2024
63ed0bd
DOC: also standardize "bugfix release" -> "micro release"
tacaswell Jan 25, 2024
f430bab
MNT: de-jargon hard-coded warning and deprecation decorator
tacaswell Feb 7, 2024
6950a8c
Use new name for Meson options file
QuLogic Feb 7, 2024
b295c01
Use new Meson-provided dl lookup
QuLogic Feb 7, 2024
7a4d9a9
Add all License files to Meson metadata
QuLogic Feb 7, 2024
bb9c3d5
Bump minimum NumPy version to 1.23
oscargus Sep 17, 2023
17831c9
Better document the relation between figure and manager
timhoffm Feb 12, 2024
38d1a3c
increase size of legend in example
saranti Feb 9, 2024
c5e82c1
add small explanation
saranti Feb 11, 2024
27bcfde
Add marker-only and line+marker visuals to the plot() plot types
timhoffm Feb 11, 2024
bd5cb1a
MNT: make pcolormesh more robust to masked array underflow
jklymak Feb 12, 2024
8594959
TST: add a test for pcolormesh underflow
jklymak Feb 12, 2024
ade72a6
Bump the actions group with 2 updates
dependabot[bot] Feb 5, 2024
ed3c4d8
ci: Add CODECOV_TOKEN to upload step
QuLogic Feb 8, 2024
c62747f
Simplify example: Box plots with custom fill colors (#27781)
timhoffm Feb 13, 2024
7c2aa49
Add protections against infinite loop in bezier calculations
ksunden Feb 7, 2024
99812de
TST: always set a (long) timeout for subprocess
tacaswell Jan 31, 2024
95199ae
TST: use our subprocess helper
tacaswell Jan 31, 2024
5e19b4f
STY: formatting and import sorting
tacaswell Feb 8, 2024
bf78073
FIX: be careful about communicating with subprocess
tacaswell Feb 13, 2024
6ded5ae
Update README.md to fix citation link
samGreer Feb 13, 2024
7a682e2
MNT: deprecate draw method args and kwargs
rcomer Feb 10, 2024
804eb02
Update stubtest delete_parameter for varargs/kwargs
ksunden Feb 12, 2024
b297b70
Partly revert #27711
timhoffm Feb 12, 2024
d01d4c0
Add EffVer badge
jacobtomlinson Feb 15, 2024
25809d3
Update handling of sequence labels for plot
rcomer Feb 10, 2024
df50ab0
mypy: Warn about unreachable code
QuLogic Jan 4, 2024
67552f5
TYP: Add more types for things that are public
QuLogic Jan 5, 2024
27c6505
TYP: Make mypy stricter on error code checking
QuLogic Jan 5, 2024
6254755
TYP: Move mypy options into config file
QuLogic Jan 5, 2024
8e8aadd
MNT: better arg handling GridSpecFromSubplotSpec
jklymak Dec 24, 2023
a456934
Update figure_size_units.py
davidgilbertson Feb 15, 2024
ae95ff7
Add back the bbox_inches part
davidgilbertson Feb 16, 2024
cf069a3
DOC: clarify the default value of *radius* in Patch.contains_point (#…
tacaswell Feb 17, 2024
79224f6
Remove unused CSS for sphinx-gallery
timhoffm Feb 16, 2024
0119915
Set a fixed height for sphinx gallery images
timhoffm Feb 16, 2024
12307f6
Deactivate sidebar for release notes
timhoffm Feb 16, 2024
397ce0e
Improve documentation on boxplot and violinplot
timhoffm Feb 13, 2024
d53a99c
Clarify that set_ticks() affects major/minor ticks independently
timhoffm Feb 16, 2024
ed56836
Remove self._renderer from AnnotationBbox and ConnectionPatch
ksunden Feb 20, 2024
885ecef
Expand CI pytest reporting config to ignore xfails
ksunden Feb 20, 2024
0d48a0e
Change return type of ion and ioff to fix unbound variable errors wit…
FeldrinH Jan 18, 2024
4966f1f
Add comment explaining rationale
FeldrinH Jan 18, 2024
76bc506
Fix flake8 lint error
FeldrinH Jan 18, 2024
6ad18c0
Actually fix flake8 lint
FeldrinH Jan 18, 2024
67ea604
Fix Annulus width check (#27811)
Feb 23, 2024
c7db3f1
Add linting to YAML files
QuLogic Jan 24, 2024
cb291b1
ci: Fold some lines in config where possible
QuLogic Jan 24, 2024
0a2e5ea
Verify schemas on YAML files
QuLogic Jan 24, 2024
82152b5
ci: Vendor remote YAML schemas
QuLogic Feb 13, 2024
4df321c
DOC: Update violinplot() docs
timhoffm Feb 23, 2024
df6d848
MNT: remove draw method args and kwargs
rcomer Feb 24, 2024
c6af736
DOC: use ... for continuation prompt in docstrings
Carreau Feb 29, 2024
799bbdd
add side option for violinplot
Feb 23, 2024
663761e
Make example in legend_elements doc more generalisable
dstansby Mar 3, 2024
71fc0c5
fix quiver3d incorrect arrow colors
AlecVercruysse Feb 7, 2024
5655987
revert quiver3d normalization
AlecVercruysse Feb 7, 2024
1a63319
quiver: avoid divide by zero when normalizing
AlecVercruysse Feb 8, 2024
72aa71b
Add tol to quiver3d & errorbar3d_errorevery image comparison test
AlecVercruysse Feb 8, 2024
6a318c7
add test for color coded quiver3d
AlecVercruysse Mar 1, 2024
dc1bfb6
Included bash script to delete non-failed images before uploading
Impaler343 Mar 8, 2024
f3367d6
pin pytest
rcomer Mar 4, 2024
0982414
Deprecate plot_date
rcomer Mar 3, 2024
cd22e89
Correctly set temporary pdf/pgf backends
QuLogic Mar 6, 2024
b08cdd1
Bump the actions group with 2 updates
dependabot[bot] Mar 4, 2024
2c894c2
Bump pydata-sphinx-theme to 0.15
dstansby Jan 16, 2024
0c08e50
Fix search button placement in navbar
dstansby Jan 16, 2024
af54594
Fix doc sidebar
dstansby Jan 16, 2024
d7b73c9
Fix version switcher url for circleCI
dstansby Mar 4, 2024
140d573
Don't use custom CSS for announcement banner
dstansby Mar 4, 2024
f5a3e01
Disable parallel build
dstansby Mar 4, 2024
2532972
Don't show doc source link
dstansby Mar 6, 2024
69537ac
Add dtype/copy args to internal testing class
dstansby Mar 5, 2024
5ee611c
Use pybind11 string formatter for exception messages
QuLogic Feb 23, 2024
e0b8afa
doc: add description of **kwargs usage to collections (#27872)
ianhi Mar 7, 2024
708d945
TST: adding tests of current clear behavior on ticks
tacaswell Dec 6, 2023
54de864
DOC: update comments and docstrings
tacaswell Mar 6, 2024
e27e7c8
Update lib/matplotlib/tests/test_axes.py
ksunden Mar 6, 2024
a269ecc
BLD,Cygwin: Included Python.h first in src/_c_internal_utils.cpp
DWesl Feb 25, 2024
9b4d56d
CI: Include Python.h first in _tkagg.cpp
DWesl Feb 25, 2024
5f5bd31
BLD: Include Python.h first in _backend_agg.cpp
DWesl Feb 25, 2024
06040b8
BLD: Include Python.h before pybind11/pybind11.h
DWesl Feb 25, 2024
c418df4
CI: Specify python version for default pytest.
DWesl Feb 25, 2024
d41d76e
CI,Cygwin: Run pytest with python -m pytest
DWesl Feb 25, 2024
fd7982f
CI,Cygwin: Revert use of alternatives to set pytest script.
DWesl Feb 25, 2024
bf96e30
CI,Cygwin: Avoid running pytest in root directory.
DWesl Feb 25, 2024
e0f6271
CI,Cygwin: Revert running pytest in different directory.
DWesl Feb 25, 2024
2b61c74
CI,Cygwin: Call pytest-3.9 explicitly.
DWesl Feb 25, 2024
a77d97a
BLD: Include Python.h first in src/_path.h
DWesl Feb 26, 2024
cd0cc35
BLD,BUG: Remove Python.h includes immediately preceeding pybind11/pyb…
DWesl Mar 6, 2024
e00db0d
FIX: handle nans in RGBA input with ScalarMappables
rcomer Mar 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# http://tjelvarolsson.com/blog/how-to-continuously-test-your-python-code-on-windows-using-appveyor/
# https://packaging.python.org/en/latest/appveyor/
# https://github.com/rmcgibbo/python-appveyor-conda-example
---

# Backslashes in quotes need to be escaped: \ -> "\\"
branches:
Expand All @@ -24,7 +25,7 @@ environment:
global:
PYTHONFAULTHANDLER: 1
PYTHONIOENCODING: UTF-8
PYTEST_ARGS: -raR --numprocesses=auto --timeout=300 --durations=25
PYTEST_ARGS: -rfEsXR --numprocesses=auto --timeout=300 --durations=25
--cov-report= --cov=lib --log-level=DEBUG

matrix:
Expand All @@ -38,7 +39,7 @@ environment:
# We always use a 64-bit machine, but can build x86 distributions
# with the PYTHON_ARCH variable
platform:
- x64
- x64

# all our python builds have to happen in tests_script...
build: false
Expand Down Expand Up @@ -79,18 +80,21 @@ test_script:
- if x%TEST_ALL% == xyes conda install -q ffmpeg inkscape miktex
# missing packages on conda-forge for imagemagick
# This install sometimes failed randomly :-(
#- choco install imagemagick
# - choco install imagemagick

# Test import of tkagg backend
- python -c "import matplotlib as m; m.use('tkagg'); import matplotlib.pyplot as plt; print(plt.get_backend())"
- python -c
"import matplotlib as m; m.use('tkagg');
import matplotlib.pyplot as plt;
print(plt.get_backend())"
# tests
- echo The following args are passed to pytest %PYTEST_ARGS%
- pytest %PYTEST_ARGS%

artifacts:
- path: result_images\*
name: result_images
type: zip
type: Zip

on_finish:
- conda install codecov
Expand Down
13 changes: 9 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ commands:
export git_log=$(git log --max-count=1 --pretty=format:"%B" | tr "\n" " ")
echo "Got commit message:"
echo "${git_log}"
if [[ -v CIRCLE_PULL_REQUEST ]] && [[ $git_log =~ (\[skip circle\]|\[circle skip\]|\[skip doc\]|\[doc skip\]) ]]; then
if [[ -v CIRCLE_PULL_REQUEST ]] &&
[[ $git_log =~ (\[skip circle\]|\[circle skip\]|\[skip doc\]|\[doc skip\]) ]]; then
echo "Skip detected, exiting job ${CIRCLE_JOB} for PR ${CIRCLE_PULL_REQUEST}."
circleci-agent step halt;
fi
Expand Down Expand Up @@ -71,8 +72,12 @@ commands:
name: Install custom fonts
command: |
mkdir -p ~/.local/share/fonts
wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
wget -nc https://github.com/ipython/xkcd-font/blob/master/xkcd-script/font/xkcd-script.ttf?raw=true -O ~/.local/share/fonts/xkcd-Script.ttf || true
wget -nc \
https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true \
-O ~/.local/share/fonts/Felipa-Regular.ttf || true
wget -nc \
https://github.com/ipython/xkcd-font/blob/master/xkcd-script/font/xkcd-script.ttf?raw=true \
-O ~/.local/share/fonts/xkcd-Script.ttf || true
fc-cache -f -v
- save_cache:
key: fonts-4
Expand Down Expand Up @@ -142,7 +147,7 @@ commands:
export RELEASE_TAG='-t release'
fi
mkdir -p logs
make html O="-T $RELEASE_TAG -j4 -w /tmp/sphinxerrorswarnings.log"
make html O="-T $RELEASE_TAG -j1 -w /tmp/sphinxerrorswarnings.log"
rm -r build/html/_sources
working_directory: doc
- save_cache:
Expand Down
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# These are supported funding model platforms
github: [matplotlib, numfocus]
custom: https://numfocus.org/donate-to-matplotlib
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Bug Report
description: Report a bug or issue with Matplotlib.
title: "[Bug]: "
Expand All @@ -6,26 +7,24 @@ body:
id: summary
attributes:
label: Bug summary
description: Describe the bug in 1-2 short sentences
placeholder:
value:
description: Describe the bug in 1-2 short sentences
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Code for reproduction
description: |
description: >-
If possible, please provide a minimum self-contained example.
placeholder: Paste your code here. This field is automatically formatted as Python code.
render: python
render: Python
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual outcome
description: |
description: >-
Paste the output produced by the code provided above, e.g.
console output, images/videos produced by the code, any relevant screenshots/screencasts, etc.
validations:
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
blank_issues_enabled: true # default
# Reference:
# https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
---
blank_issues_enabled: true # default
contact_links:
- name: Question/Support/Other
url: https://discourse.matplotlib.org
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Documentation
description: Create a report to help us improve the documentation
title: "[Doc]: "
Expand All @@ -7,9 +8,9 @@ body:
id: link
attributes:
label: Documentation Link
description: |
Link to any documentation or examples that you are referencing.
Suggested improvements should be based on the development version of the docs: https://matplotlib.org/devdocs/
description: >-
Link to any documentation or examples that you are referencing. Suggested improvements should be based
on [the development version of the docs](https://matplotlib.org/devdocs/)
placeholder: https://matplotlib.org/devdocs/...
- type: textarea
id: problem
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: Feature Request
description: Suggest something to add to Matplotlib!
title: "[ENH]: "
labels: [New feature]
body:
- type: markdown
attributes:
value: |
Please search the [issues](https://github.com/matplotlib/matplotlib/issues) for relevant feature requests before creating a new feature request.
value: >-
Please search the [issues](https://github.com/matplotlib/matplotlib/issues) for relevant feature
requests before creating a new feature request.
- type: textarea
id: problem
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Maintenance
description: Help improve performance, usability and/or consistency.
title: "[MNT]: "
Expand All @@ -7,7 +8,7 @@ body:
id: summary
attributes:
label: Summary
description: Please provide 1-2 short sentences that succinctly describes what could be improved.
description: Please provide 1-2 short sentences that succinctly describes what could be improved.
validations:
required: true
- type: textarea
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/tag_proposal.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
name: Tag Proposal
description: Suggest a new tag or subcategory for the gallery of examples
title: "[Tag]: "
labels: [Tag proposal]
body:
- type: markdown
attributes:
value: |
Please search the [tag glossary]() for relevant tags before creating a new tag proposal.
value: >-
Please search the [tag glossary]() for relevant tags before creating a new tag proposal.
- type: textarea
id: need
attributes:
Expand All @@ -23,5 +24,5 @@ body:
id: solution
attributes:
label: Proposed solution
description: >
description: >-
What should the tag be? All tags are in the format `subcategory: tag`
9 changes: 5 additions & 4 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# codecov used to be able to find this anywhere, now we have to manually
# tell it where to look
---
comment: false

codecov:
notify:
require_ci_to_pass: no
require_ci_to_pass: false

coverage:
status:
Expand All @@ -13,20 +14,20 @@ coverage:
target: 50%
if_no_uploads: error
if_not_found: success
if_ci_failed: failure
if_ci_failed: error
project:
default: false
library:
target: 50%
if_no_uploads: error
if_not_found: success
if_ci_failed: failure
if_ci_failed: error
paths:
- '!lib/.*/tests/.*'
tests:
target: auto
if_no_uploads: error
if_not_found: success
if_ci_failed: failure
if_ci_failed: error
paths:
- 'lib/.*/tests/.*'
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
Expand Down
24 changes: 12 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@

"Documentation: API":
- all:
- changed-files:
- any-glob-to-any-file:
# Also files in lib/**, but we can't be sure those are only documentation.
- 'doc/api/**'
- all-globs-to-all-files:
- '!doc/api/next_api_changes/**'
- changed-files:
- any-glob-to-any-file:
# Also files in lib/**, but we can't be sure those are only documentation.
- 'doc/api/**'
- all-globs-to-all-files:
- '!doc/api/next_api_changes/**'

"Documentation: build":
- changed-files:
Expand All @@ -107,12 +107,12 @@
- 'galleries/tutorials/**'
"Documentation: user guide":
- all:
- changed-files:
- any-glob-to-any-file:
- 'doc/users/**'
- 'galleries/users_explain/**'
- all-globs-to-all-files:
- '!doc/users/next_whats_new/**'
- changed-files:
- any-glob-to-any-file:
- 'doc/users/**'
- 'galleries/users_explain/**'
- all-globs-to-all-files:
- '!doc/users/next_whats_new/**'

"topic: animation":
- changed-files:
Expand Down
21 changes: 11 additions & 10 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:

jobs:
build_sdist:
if: |
if: >-
github.event_name == 'push' ||
github.event_name == 'pull_request' && (
(
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
if-no-files-found: error

build_wheels:
if: |
if: >-
github.event_name == 'push' ||
github.event_name == 'pull_request' && (
(
Expand All @@ -101,9 +101,10 @@ jobs:
# If using all `--pre` releases creates issues, the NumPy wheel can be
# installed more targeted.
CIBW_BUILD_FRONTEND: >-
${{ (((github.event_name == 'push' && github.ref == 'refs/heads/main') ||
${{ ((github.event_name == 'push' && github.ref == 'refs/heads/main') ||
(github.event_name == 'pull_request' && github.base_ref == 'main')) &&
'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"') ||
'pip; args: --pre
--extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"' ||
'build' }}
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
delvewheel repair -w {dest_dir} {wheel}
Expand Down Expand Up @@ -146,39 +147,39 @@ jobs:
path: dist/

- name: Build wheels for CPython 3.12
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
with:
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
env:
CIBW_BUILD: "cp312-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}

- name: Build wheels for CPython 3.11
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
with:
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
env:
CIBW_BUILD: "cp311-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}

- name: Build wheels for CPython 3.10
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
with:
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
env:
CIBW_BUILD: "cp310-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}

- name: Build wheels for CPython 3.9
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
with:
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
env:
CIBW_BUILD: "cp39-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}

- name: Build wheels for PyPy
uses: pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
with:
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
env:
Expand Down Expand Up @@ -212,4 +213,4 @@ jobs:
run: ls dist

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12
3 changes: 2 additions & 1 deletion .github/workflows/clean_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ jobs:
- name: Check for branches opened against main
if: github.ref_name == 'main'
run: |
printf 'PR branch should not be main. See https://matplotlib.org/devdocs/devel/development_workflow.html#make-a-new-feature-branch'
echo 'PR branch should not be main.'
echo 'See https://matplotlib.org/devdocs/devel/development_workflow.html#make-a-new-feature-branch'
exit 1
Loading