Skip to content

Commit a025190

Browse files
committed
fix for cpu job
1 parent 13e2c73 commit a025190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Run examples test scope
5959
run: |
6060
set +e
61-
python -m pytest -s -m "not cuda" -k fp8 -ra tests/cross_fw/examples \
61+
python -m pytest -s -m "not cuda" -k "fp8" -ra tests/cross_fw/examples \
6262
--junit-xml=pytest-results.xml \
6363
--durations-path=tests/cross_fw/examples/.test_durations \
6464
--splitting-algorithm=least_duration \

0 commit comments

Comments
 (0)