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 9b9540a commit 4145cecCopy full SHA for 4145cec
.github/workflows/codeql.yml
@@ -29,10 +29,10 @@ jobs:
29
fail-fast: false
30
matrix:
31
include:
32
+ # Note: we do NOT include python because this is a pure C extension.exclude:
33
+ # See PYTHON-5633.
34
- language: c-cpp
35
build-mode: manual
- - language: python
- build-mode: none
36
- language: actions
37
build-mode: none
38
steps:
0 commit comments