We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f194f0e commit 975f83eCopy full SHA for 975f83e
.github/workflows/build-ultraplot.yml
@@ -102,7 +102,7 @@ jobs:
102
103
# Generate the baseline images and hash library
104
python -c "import ultraplot as plt; plt.config.Configurator()._save_yaml('ultraplot.yml')"
105
- pytest -x -W ignore \
+ pytest -W ignore \
106
--mpl-generate-path=./ultraplot/tests/baseline/ \
107
--mpl-default-style="./ultraplot.yml"\
108
ultraplot/tests
@@ -120,7 +120,7 @@ jobs:
120
121
mkdir -p results
122
123
124
--mpl \
125
--mpl-baseline-path=./ultraplot/tests/baseline \
126
--mpl-results-path=./results/ \
0 commit comments