Use python3 in code analysis build step

This commit is contained in:
Kovid Goyal
2020-07-07 08:41:20 +05:30
parent de1a0d48a6
commit d506fa0565

View File

@@ -35,7 +35,7 @@ jobs:
# languages: go, javascript, csharp, python, cpp, java
- name: Build kitty
run: python .github/workflows/ci.py build
run: python3 .github/workflows/ci.py build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1