Skip to content

Commit bb3ca0b

Browse files
committed
remove the || --lf
1 parent 3aa0fd6 commit bb3ca0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)