Skip to content

Commit d764a1d

Browse files
authored
Remove xdist from image compare (#462)
1 parent 5007f1e commit d764a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ultraplot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
# Generate the baseline images and hash library
9999
python -c "import ultraplot as plt; plt.config.Configurator()._save_yaml('ultraplot.yml')"
100-
pytest -x -n auto -W ignore \
100+
pytest -x -W ignore \
101101
--mpl-generate-path=./ultraplot/tests/baseline/ \
102102
--mpl-default-style="./ultraplot.yml"\
103103
ultraplot/tests
@@ -113,7 +113,7 @@ jobs:
113113
114114
mkdir -p results
115115
python -c "import ultraplot as plt; plt.config.Configurator()._save_yaml('ultraplot.yml')"
116-
pytest -x -n auto -W ignore -n auto\
116+
pytest -x -W ignore -n auto\
117117
--mpl \
118118
--mpl-baseline-path=./ultraplot/tests/baseline \
119119
--mpl-results-path=./results/ \

0 commit comments

Comments
 (0)