Skip to content

Commit 975f83e

Browse files
committed
Remove -x from mpl pytest runs
1 parent f194f0e commit 975f83e

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
@@ -102,7 +102,7 @@ jobs:
102102
103103
# Generate the baseline images and hash library
104104
python -c "import ultraplot as plt; plt.config.Configurator()._save_yaml('ultraplot.yml')"
105-
pytest -x -W ignore \
105+
pytest -W ignore \
106106
--mpl-generate-path=./ultraplot/tests/baseline/ \
107107
--mpl-default-style="./ultraplot.yml"\
108108
ultraplot/tests
@@ -120,7 +120,7 @@ jobs:
120120
121121
mkdir -p results
122122
python -c "import ultraplot as plt; plt.config.Configurator()._save_yaml('ultraplot.yml')"
123-
pytest -x -W ignore \
123+
pytest -W ignore \
124124
--mpl \
125125
--mpl-baseline-path=./ultraplot/tests/baseline \
126126
--mpl-results-path=./results/ \

0 commit comments

Comments
 (0)