Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns authored Jun 1, 2024
1 parent 757e748 commit 98e0a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
run: |
sudo apt install python3 python3-dev python3-venv python3-pip
python3 -m venv .venv
make dev-depends PYTHON=.venv/bin/python3
make build_ext PYTHON=.venv/bin/python3
.venv/bin/python3 -m pip install setuptools
.venv/bin/python3 setup.py fetch --sqlite --all build_ext --inplace --force
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 98e0a89

Please sign in to comment.