We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3ad6e7 + f2d94b0 commit dae2e59Copy full SHA for dae2e59
1 file changed
.github/workflows/ci.yaml
@@ -342,7 +342,7 @@ jobs:
342
run: echo '::add-matcher::.github/problem-matchers/pytest.json'
343
344
- name: Run pytest
345
- run: check/pytest
+ run: check/pytest -m "not slow"
346
347
pytest:
348
if: needs.changes.outputs.python == 'true' && (success() || failure())
@@ -433,7 +433,7 @@ jobs:
433
434
435
436
437
438
coverage:
439
if: needs.changes.outputs.python == 'true'
0 commit comments