Skip to content

Commit 25079b0

Browse files
authored
chore: update codeql.yml (#27)
1 parent c8a277c commit 25079b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
key: codeql-${{ hashFiles('vcpkg.json') }}
6565
restore-keys: codeql-${{ hashFiles('vcpkg.json') }}
6666

67+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
68+
with:
69+
python-version: 3.x
70+
6771
- name: Build
6872
run: python -m pip install .[test]
6973

0 commit comments

Comments
 (0)