mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
do not install as user
This commit is contained in:
parent
fb34f1ae49
commit
d912d0b2f4
@ -18,8 +18,7 @@ jobs:
|
||||
if [ $CIRCLE_BRANCH == $SOURCE_BRANCH ]; then
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install --user -r requirements.txt
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
git config --global user.email $GH_EMAIL
|
||||
git config --global user.name $GH_NAME
|
||||
|
Loading…
Reference in New Issue
Block a user