Skip to content

Commit

Permalink
sed out torch-mlir test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Jul 20, 2023
1 parent 7d952f6 commit 2853bb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_torch_mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ jobs:
- name: Patch/disable tests
shell: bash
run: |
sed -i.bak 's/add_subdirectory(test)/#add_subdirectory(test)/g' $TORCH_MLIR_MAIN_SRC_DIR/CMakeLists.txt
sed -i.bak 's/check-torch-mlir-capi/#check-torch-mlir-capi/g' $TORCH_MLIR_MAIN_SRC_DIR/CMakeLists.txt
sed -i.bak 's/add_subdirectory(CAPI)/#add_subdirectory(CAPI)/g' $TORCH_MLIR_MAIN_SRC_DIR/test/CAPI/CMakeLists.txt
- name: Configure CMake
run: |
Expand Down

0 comments on commit 2853bb6

Please sign in to comment.