From 080f0bafb444e64dcd31394a949ca26ef63b4939 Mon Sep 17 00:00:00 2001 From: Denis Vieriu Date: Mon, 13 Nov 2023 14:32:32 -0800 Subject: [PATCH] Fix CI --- .github/workflows/pull_mps.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pull_mps.yml b/.github/workflows/pull_mps.yml index e8fcfe7f194..7fb0c9c4ebd 100644 --- a/.github/workflows/pull_mps.yml +++ b/.github/workflows/pull_mps.yml @@ -46,9 +46,6 @@ jobs: - name: Run test ${{ matrix.test }} if: always() run: | - cd .. - rm -r -f executorch || true - cp -a executorch_apple_internal executorch && cd executorch WORKSPACE=$(pwd) pushd "${WORKSPACE}" MODEL_NAME=${{ matrix.model }} @@ -59,7 +56,3 @@ jobs: # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash backends/apple/mps/ci/scripts/test-mps.sh "${MODEL_NAME}" "${BUILD_TOOL}" popd - - name: Cleanup test ${{ matrix.test }} - if: always() - run: | - cd .. && mv executorch executorch_apple_internal && cd executorch_apple_internal