From b0500f56c8b6b8dd21c4689cc6aa90d4d5ed7cfb Mon Sep 17 00:00:00 2001 From: dyung Date: Thu, 26 Jun 2025 12:02:14 -0700 Subject: Revert "[clang][python][test] Move python binding tests to lit framework" (#145951) Reverts llvm/llvm-project#145855 The test added is XPASS-ing on a bot: https://lab.llvm.org/buildbot/#/builders/144/builds/28623 --- .github/workflows/libclang-python-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/libclang-python-tests.yml') diff --git a/.github/workflows/libclang-python-tests.yml b/.github/workflows/libclang-python-tests.yml index 43b50cec6171..50ef4acf2feb 100644 --- a/.github/workflows/libclang-python-tests.yml +++ b/.github/workflows/libclang-python-tests.yml @@ -10,15 +10,15 @@ on: - 'main' paths: - 'clang/bindings/python/**' - - 'clang/test/bindings/python/**' - 'clang/tools/libclang/**' + - 'clang/CMakeList.txt' - '.github/workflows/libclang-python-tests.yml' - '.github/workflows/llvm-project-tests.yml' pull_request: paths: - 'clang/bindings/python/**' - - 'clang/test/bindings/python/**' - 'clang/tools/libclang/**' + - 'clang/CMakeList.txt' - '.github/workflows/libclang-python-tests.yml' - '.github/workflows/llvm-project-tests.yml' -- cgit v1.2.3