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 b1becd0 commit 7d952f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_torch_mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ jobs:
echo "ARCH=X86" | tee -a $GITHUB_ENV
fi
- 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
- name: Configure CMake
run: |
CMAKE_CONFIGS="\
Expand Down

0 comments on commit 7d952f6

Please sign in to comment.