From 98c0630ee5da4379e5c6b2437a5145fe87058c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20O=C5=BC=C3=B3g?= Date: Tue, 12 Sep 2023 20:14:41 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be1a69ac06..38fd2deb93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -301,6 +301,6 @@ jobs: sudo apt update -y sudo apt install -y --no-install-recommends gcc-aarch64-linux-gnu - name: Install dependencies - run: pip install -e '.[testing,arm]' --extra-index-url https://download.pytorch.org/whl/cpu + run: pip install -e '.[testing,arm]' --extra-index-url https://download.pytorch.org/whl/cpu - name: Test arm run: CI=1 ARM64=1 CLANG=1 python -m pytest -n=auto test/ -k 'not (test_nn.py and (test_conv_transpose2d or test_conv2d))' --ignore=test/models --ignore=test/test_speed_v_torch.py --ignore=test/test_net_speed.py --ignore=test/test_specific_conv.py --ignore=test/unit/test_disk_tensor.py