mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
CI: Disable codeql auto install python dependencies
This commit is contained in:
parent
12e011c481
commit
693fc0f0c7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
uses: github/codeql-action/init@v1
|
||||
with:
|
||||
languages: python, c
|
||||
setup-python-dependencies: false
|
||||
|
||||
- name: Build kitty
|
||||
run: python3 .github/workflows/ci.py build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue