Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVieriu97 committed Nov 13, 2023
1 parent 96adccc commit 080f0ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pull_mps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit 080f0ba

Please sign in to comment.