Skip to content

Commit

Permalink
add yml change
Browse files Browse the repository at this point in the history
  • Loading branch information
zhekunz2 committed Sep 1, 2023
1 parent 663f953 commit 20e775c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/torch-frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ jobs:
- name: Checkout byteir repo
uses: actions/checkout@v3
- name: Build and test TorchFrontend
run: ./scripts/frontends/torch-frontend/build_and_test.sh
run: ./scripts/frontends/torch-frontend/build_and_test.sh ${{ secrets.TORCH_FRONTEND_LLVM_INSTALL_DIR }}
shell: bash
- name: clear workspace
run: rm -rf $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE

0 comments on commit 20e775c

Please sign in to comment.