Skip to content

Commit dacbb2a

Browse files
authored
Update torchao_experimental_test.yml
1 parent b47ed2f commit dacbb2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/torchao_experimental_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,15 @@ jobs:
5454
python torchao/experimental/tests/test_embedding_xbit_quantizer.py
5555
python torchao/experimental/tests/test_quant_passes.py
5656
- name: Run kernels/cpu/aarch64/tests
57+
if: runner.os == 'macOS'
5758
run: |
5859
conda activate venv
5960
pushd torchao/experimental/kernels/cpu/aarch64/tests
6061
sh build_and_run_tests.sh
6162
rm -rf /tmp/cmake-out
6263
popd
6364
- name: Run torchao/experimental/ops/tests
65+
if: runner.os == 'macOS'
6466
run: |
6567
conda activate venv
6668
pushd torchao/experimental/ops/tests

0 commit comments

Comments
 (0)