Skip to content

Commit

Permalink
Merge pull request #10 from openaps/dev
Browse files Browse the repository at this point in the history
Fix issue 1377, install correct version of py-parsedatetime (openaps#1387)
  • Loading branch information
TrachYuri authored Oct 29, 2020
2 parents d8f88ca + 37a50e4 commit 2f846ed
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 2f846ed

Please sign in to comment.