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 52f1cd1 commit b09bc68Copy full SHA for b09bc68
.github/workflows/address-sanitizer.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Python
26
uses: actions/setup-python@v4
27
with:
28
- python-version: 3.x
+ python-version: 3.11
29
30
- name: Install dependencies
31
run: |
.github/workflows/clang-analyzer.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
- name: Build and run analyzer
run: CFLAGS="-Werror -Wall -Wextra" scan-build --status-bugs python setup.py build
0 commit comments