File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 # Allow manual runs through the web UI
1414 workflow_dispatch :
1515
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : true
19+
1620jobs :
1721 test :
1822 uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
Original file line number Diff line number Diff line change 5757 Actual shape: {actual_shape}
5858 {actual_path}"""
5959
60- _pytest_version = Version (pytest .__version__ )
61- PYTEST_LT_7 = _pytest_version < Version ("7.0.0" )
62- PYTEST_GE_8_0 = any ([_pytest_version .is_devrelease ,
63- _pytest_version .is_prerelease ,
64- _pytest_version >= Version ('8.0' )])
60+ PYTEST_LT_7 = Version (pytest .__version__ ) < Version ("7.0.0" )
6561
6662# The following are the subsets of formats supported by the Matplotlib image
6763# comparison machinery
You can’t perform that action at this time.
0 commit comments