File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 run : |
125125 # Attempt to work around https://github.com/pypa/pip/issues/12781
126126 PIP_CONSTRAINT= hatch env run -e test -- pip install 'pip>=24.2'
127- xvfb-run --auto-servernum hatch run test:nowarn || xvfb-run --auto-servernum hatch run test:nowarn --lf
127+ xvfb-run --auto-servernum hatch run test:nowarn
128128
129129 test_mistune_30 :
130130 name : Test Mistune 3.0
@@ -146,7 +146,7 @@ jobs:
146146 - name : Run tests
147147 run : |
148148 hatch env run -e test -- pip install 'mistune~=3.0.0'
149- xvfb-run --auto-servernum hatch run test:nowarn || xvfb-run --auto-servernum hatch run test:nowarn --lf
149+ xvfb-run --auto-servernum hatch run test:nowarn
150150
151151 test_prereleases :
152152 name : Test Prereleases
@@ -160,7 +160,7 @@ jobs:
160160 - name : Run the tests
161161 run : |
162162 export NBFORMAT_VALIDATOR=jsonschema
163- hatch run test:nowarn || hatch run test:nowarn --lf
163+ hatch run test:nowarn
164164
165165 make_sdist :
166166 name : Make SDist
You can’t perform that action at this time.
0 commit comments