Skip to content

Commit 59bb219

Browse files
authored
[Tests] Remove clear_ml test from GHA (#1265)
## Purpose ## * Complete the removal of clear_ml #1261 by deleting the clear_ml test from the transformers gha ``` ============================= test session starts ============================== platform linux -- Python 3.9.21, pytest-8.3.5, pluggy-1.5.0 -- /home/runner/_work/_tool/Python/3.9.21/x64/bin/python cachedir: .pytest_cache rootdir: /home/runner/_work/llm-compressor/llm-compressor configfile: pyproject.toml plugins: mock-3.14.0, rerunfailures-15.0 ERROR: file or directory not found: tests/llmcompressor/transformers/test_clear_ml.py collecting ... collected 0 items ``` Signed-off-by: Kyle Sayers <[email protected]>
1 parent cf6a304 commit 59bb219

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test-check-transformers.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
if: (success() || failure()) && steps.install.outcome == 'success'
8484
run: |
8585
pytest tests/llmcompressor/transformers/sparsification -v
86-
pytest tests/llmcompressor/transformers/test_clear_ml.py -v
8786
- name: Running OBCQ Tests
8887
if: (success() || failure()) && steps.install.outcome == 'success'
8988
run: |

0 commit comments

Comments
 (0)