File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ jobs:
77
77
git fetch origin ${{ github.event.pull_request.base.sha }}
78
78
git checkout ${{ github.event.pull_request.base.sha }}
79
79
python -c "import ultraplot as plt; plt.config.Configurator()._save_yaml('ultraplot.yml')"
80
- pytest --mpl-generate-path=baseline --mpl-default-style="./ultraplot.yml"
80
+ pytest -W ignore - -mpl-generate-path=baseline --mpl-default-style="./ultraplot.yml"
81
81
git checkout ${{ github.sha }} # Return to PR branch
82
82
83
83
- name : Image Comparison Ultraplot
84
84
run : |
85
85
mkdir -p results
86
86
python -c "import ultraplot as plt; plt.config.Configurator()._save_yaml('ultraplot.yml')"
87
- pytest --mpl --mpl-baseline-path=baseline --mpl-generate-summary=html --mpl-results-path=./results/ --mpl-default-style="./ultraplot.yml" --store-failed-only ultraplot/tests
87
+ pytest -W ignore - -mpl --mpl-baseline-path=baseline --mpl-generate-summary=html --mpl-results-path=./results/ --mpl-default-style="./ultraplot.yml" --store-failed-only ultraplot/tests
88
88
89
89
# Return the html output of the comparison even if failed
90
90
- name : Upload comparison failures
You can’t perform that action at this time.
0 commit comments