We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91c617 commit e6d7ba5Copy full SHA for e6d7ba5
.github/workflows/libclang-python-tests.yml
@@ -30,10 +30,15 @@ jobs:
30
check-clang-python:
31
# Build libclang and then run the libclang Python binding's unit tests.
32
name: Build and run Python unit tests
33
+ strategy:
34
+ fail-fast: false
35
+ matrix:
36
+ python-version: ["3.7", "3.11"]
37
uses: ./.github/workflows/llvm-project-tests.yml
38
with:
39
build_target: check-clang-python
40
projects: clang
41
# There is an issue running on "windows-2019".
42
# See https://github.com/llvm/llvm-project/issues/76601#issuecomment-1873049082.
43
os_list: '["ubuntu-latest"]'
44
+ python_version: ${{ matrix.python-version }}
0 commit comments