We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5007f1e commit d764a1dCopy full SHA for d764a1d
.github/workflows/build-ultraplot.yml
@@ -97,7 +97,7 @@ jobs:
97
98
# Generate the baseline images and hash library
99
python -c "import ultraplot as plt; plt.config.Configurator()._save_yaml('ultraplot.yml')"
100
- pytest -x -n auto -W ignore \
+ pytest -x -W ignore \
101
--mpl-generate-path=./ultraplot/tests/baseline/ \
102
--mpl-default-style="./ultraplot.yml"\
103
ultraplot/tests
@@ -113,7 +113,7 @@ jobs:
113
114
mkdir -p results
115
116
- pytest -x -n auto -W ignore -n auto\
+ pytest -x -W ignore -n auto\
117
--mpl \
118
--mpl-baseline-path=./ultraplot/tests/baseline \
119
--mpl-results-path=./results/ \
0 commit comments