File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 28
28
- name : Checkout repository
29
29
uses : actions/checkout@v4
30
30
31
- - name : Set up Python
32
- uses : actions/setup-python@v5
33
- if : matrix.language != 'javascript'
34
- with :
35
- python-version : ' 3.x'
31
+ - name : Install dependencies
32
+ if : matrix.language == 'c-cpp'
33
+ run : pip install meson-python ninja numpy pybind11 setuptools-scm
36
34
37
35
- name : Initialize CodeQL
38
36
uses : github/codeql-action/init@v3
41
39
setup-python-dependencies : false
42
40
debug : true
43
41
44
- - name : Build compiled code
45
- if : matrix.language == 'c-cpp'
46
- run : |
47
- mkdir -p ~/.cache/matplotlib
48
- python -m pip install --upgrade pip setuptools wheel
49
- python -m pip install --upgrade build
50
- python -m build
42
+ - name : CodeQL Autobuild
43
+ uses : github/codeql-action/autobuild@v3
51
44
52
45
- name : Perform CodeQL Analysis
53
46
uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments