[CI] Actually run tests/kernels/quantization/test_block_fp8.py in CI (#34274)

This commit is contained in:
Michael Goin
2026-02-26 19:58:03 -05:00
committed by GitHub
parent 38c498b8e3
commit 4fec53cfcb
3 changed files with 7 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ steps:
- tests/kernels/moe/test_batched_deepgemm.py
- tests/kernels/attention/test_deepgemm_attention.py
commands:
- pytest -v -s kernels/quantization/test_block_fp8.py -k deep_gemm
- pytest -v -s kernels/quantization/test_block_fp8.py
- pytest -v -s kernels/moe/test_deepgemm.py
- pytest -v -s kernels/moe/test_batched_deepgemm.py
- pytest -v -s kernels/attention/test_deepgemm_attention.py