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 c1b6631 commit 757e748
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 @@ -82,7 +82,7 @@ jobs:
- if: matrix.build-mode == 'manual'
shell: bash
run: |
apt install python3 python3-dev python3-venv python3-pip
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
Expand Down

0 comments on commit 757e748

Please sign in to comment.