Skip to content

Commit

Permalink
#193 chore: install social login after pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed May 12, 2021
1 parent ff3446a commit b327de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/scripts/install-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
python -m pip install pip==9.0.3
pip install -r requirements.txt;
python3 -m pip install --upgrade pip
pip3 install social-auth-app-django==4.0.0
pip3 install social-auth-app-django==4.0.0 dotenv
# pip uninstall -y sciunit
# pip install git+git://github.com/ddelpiano/[email protected]#egg=sciunit

Expand Down

0 comments on commit b327de4

Please sign in to comment.