1 name: Libclang Python Binding Tests
12 - 'clang/bindings/python/**'
13 - 'clang/tools/libclang/**'
14 - 'clang/CMakeList.txt'
15 - '.github/workflows/libclang-python-tests.yml'
16 - '.github/workflows/llvm-project-tests.yml'
19 - 'clang/bindings/python/**'
20 - 'clang/tools/libclang/**'
21 - 'clang/CMakeList.txt'
22 - '.github/workflows/libclang-python-tests.yml'
23 - '.github/workflows/llvm-project-tests.yml'
27 # Build libclang and then run the libclang Python binding's unit tests.
28 name: Build and run Python unit tests
29 if: github.repository == 'llvm/llvm-project'
33 python-version: ["3.8", "3.11"]
34 uses: ./.github/workflows/llvm-project-tests.yml
36 build_target: check-clang-python
38 # There is an issue running on "windows-2019".
39 # See https://github.com/llvm/llvm-project/issues/76601#issuecomment-1873049082.
40 os_list: '["ubuntu-latest"]'
41 python_version: ${{ matrix.python-version }}