Skip to content

Commit eaa88b3

Browse files
committed
Run image compare single thread
1 parent eb299ee commit eaa88b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ultraplot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 -W ignore -n auto\
116+
pytest -x -W ignore \
117117
--mpl \
118118
--mpl-baseline-path=./ultraplot/tests/baseline \
119119
--mpl-results-path=./results/ \

0 commit comments

Comments
 (0)