We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f423992 commit 139f62bCopy full SHA for 139f62b
.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
147
- name: Run the unit tests
148
run: |
149
args="-vv -raXxs --durations 10 --color=yes"
150
- pytest $args|| pytest $args --lf
+ pytest $args || pytest $args --lf
151
152
test_prereleases:
153
name: Test Prereleases
@@ -168,7 +168,7 @@ jobs:
168
- name: Run the tests
169
170
171
172
173
make_sdist:
174
name: Make SDist
@@ -209,4 +209,4 @@ jobs:
209
210
cd sdist/test
211
212
0 commit comments