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 13e2c73 commit a025190Copy full SHA for a025190
.github/workflows/examples.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Run examples test scope
59
run: |
60
set +e
61
- python -m pytest -s -m "not cuda" -k fp8 -ra tests/cross_fw/examples \
+ python -m pytest -s -m "not cuda" -k "fp8" -ra tests/cross_fw/examples \
62
--junit-xml=pytest-results.xml \
63
--durations-path=tests/cross_fw/examples/.test_durations \
64
--splitting-algorithm=least_duration \
0 commit comments