8000
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 d670194 commit 68088d5Copy full SHA for 68088d5
.github/workflows/codeql-analysis.yml
@@ -28,19 +28,18 @@ jobs:
28
- name: Checkout repository
29
uses: actions/checkout@v4
30
31
- - name: Install dependencies
32
- if: matrix.language == 'c-cpp'
33
- run: pip install meson ninja numpy pybind11 setuptools-scm
34
-
35
- name: Initialize CodeQL
36
uses: github/codeql-action/init@v3
37
with:
38
languages: ${{ matrix.language }}
39
setup-python-dependencies: false
40
debug: true
41
42
- - name: CodeQL Autobuild
43
- uses: github/codeql-action/autobuild@v3
+ - name: Install self
+ if: matrix.language == 'c-cpp'
+ run: |
+ pip install --user --update pip
+ pip install --user -v .
44
45
- name: Perform CodeQL Analysis
46
uses: github/codeql-action/analyze@v3
0 commit comments