Skip to content

Commit

Permalink
Adjust CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
utelle committed Jun 18, 2024
1 parent 3fba4e8 commit f9d85aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
sudo apt install python3 python3-dev python3-venv python3-pip
python3 -m venv .venv
.venv/bin/python3 -m pip install setuptools
.venv/bin/python3 setup.py fetch --sqlite --all build_ext --inplace --force
.venv/bin/python3 setup.py build_ext --inplace --force
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit f9d85aa

Please sign in to comment.