File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5858 - name : Run examples test scope
5959 run : |
6060 set +e
61- python -m pytest -s -m "not cuda" -ra tests/cross_fw/examples \
61+ python -m pytest -s -ra tests/cross_fw/examples \
62+ -m "not cuda" \
6263 --junit-xml=pytest-results.xml \
6364 --durations-path=tests/cross_fw/examples/.test_durations \
6465 --splitting-algorithm=least_duration \
@@ -129,7 +130,8 @@ jobs:
129130 - name : Run examples test scope
130131 run : |
131132 set +e
132- python -m pytest -s -m "cuda" -ra tests/cross_fw/examples \
133+ python -m pytest -s -ra tests/cross_fw/examples \
134+ -m "cuda" \
133135 --junit-xml=pytest-results.xml \
134136 --durations-path=tests/cross_fw/examples/.test_durations \
135137 --splitting-algorithm=least_duration \
You can’t perform that action at this time.
0 commit comments