Skip to content

Commit

Permalink
Fix issue 1377, install correct version of py-parsedatetime (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
sksksksksksksk authored Sep 18, 2020
1 parent 2835986 commit 37a50e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/oref0-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,8 @@ if prompt_yn "" N; then
echo Removing any existing git in $directory/.git
rm -rf $directory/.git
echo Removed any existing git

echo "Uninstalling parsedatetime, reinstalling correct version"
pip uninstall -y parsedatetime && pip install -I parsedatetime===2.5
# TODO: delete this after openaps 0.2.2 release
echo Checking openaps 0.2.2 installation with --nogit support
if ! openaps --version 2>&1 | egrep "0.[2-9].[2-9]"; then
Expand Down

0 comments on commit 37a50e4

Please sign in to comment.