Skip to content

Commit

Permalink
CI: Fix CodeQL by installing Python
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 29, 2024
1 parent 8c006f8 commit aaece3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
architecture: x64
cache: 'pip'
cache-dependency-path: |
setup.py
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down

0 comments on commit aaece3d

Please sign in to comment.