Skip to content

Commit dae2e59

Browse files
authored
Merge branch 'main' into mh-revised-fix-481
2 parents e3ad6e7 + f2d94b0 commit dae2e59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
run: echo '::add-matcher::.github/problem-matchers/pytest.json'
343343

344344
- name: Run pytest
345-
run: check/pytest
345+
run: check/pytest -m "not slow"
346346

347347
pytest:
348348
if: needs.changes.outputs.python == 'true' && (success() || failure())
@@ -433,7 +433,7 @@ jobs:
433433
run: echo '::add-matcher::.github/problem-matchers/pytest.json'
434434

435435
- name: Run pytest
436-
run: check/pytest
436+
run: check/pytest -m "not slow"
437437

438438
coverage:
439439
if: needs.changes.outputs.python == 'true'

0 commit comments

Comments
 (0)