Skip to content

Commit 139f62b

Browse files
committed
add missing spaces
1 parent f423992 commit 139f62b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Run the unit tests
148148
run: |
149149
args="-vv -raXxs --durations 10 --color=yes"
150-
pytest $args|| pytest $args --lf
150+
pytest $args || pytest $args --lf
151151
152152
test_prereleases:
153153
name: Test Prereleases
@@ -168,7 +168,7 @@ jobs:
168168
- name: Run the tests
169169
run: |
170170
args="-vv -raXxs --durations 10 --color=yes"
171-
pytest $args|| pytest $args --lf
171+
pytest $args || pytest $args --lf
172172
173173
make_sdist:
174174
name: Make SDist
@@ -209,4 +209,4 @@ jobs:
209209
run: |
210210
cd sdist/test
211211
args="-vv -raXxs --durations 10 --color=yes"
212-
pytest $args|| pytest $args --lf
212+
pytest $args || pytest $args --lf

0 commit comments

Comments
 (0)