2
0
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:
Frederik Ring 2019-05-31 17:29:06 +02:00
parent fb34f1ae49
commit d912d0b2f4

View File

@ -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