Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
CodeQL: Use venv
Browse files Browse the repository at this point in the history
A bug in pip or possibly setuptools broke editable
installs into the per-user directory
for packages that have pyproject.toml

See pypa/setuptools#3019
  • Loading branch information
hexagonrecursion committed Mar 1, 2022
1 parent a929b2d commit aba16ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y pkg-config build-essential
sudo apt-get install -y libssl-dev libacl1-dev libxxhash-dev liblz4-dev libzstd-dev
python3 -m venv ../borg-env
source ../borg-env/bin/activate
pip3 install -r requirements.d/development.txt
pip3 install -e .
Expand Down

0 comments on commit aba16ba

Please sign in to comment.