Skip to content

Commit

Permalink
Merge branch 'main' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Oct 19, 2023
2 parents 1f83f73 + 2a2ea1b commit 2a18964
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/_install-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ echo Activating virtualenv in $CURDIR
source $CURDIR/bin/activate

echo Setting up environment in $CURDIR
$CURDIR/bin/python $CURDIR/util/zato_environment.py install
PIP_DISABLE_PIP_VERSION_CHECK=1 $CURDIR/bin/python $CURDIR/util/zato_environment.py install

echo ⭐ Successfully installed `zato --version`
2 changes: 1 addition & 1 deletion code/_install-rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ echo Activating virtualenv in $CURDIR
source $CURDIR/bin/activate

echo Setting up environment in $CURDIR
$CURDIR/bin/python $CURDIR/util/zato_environment.py install
PIP_DISABLE_PIP_VERSION_CHECK=1 $CURDIR/bin/python $CURDIR/util/zato_environment.py install

echo ⭐ Successfully installed `zato --version`
2 changes: 1 addition & 1 deletion code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ globre==0.1.5
google-api-python-client==2.52.0
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.5.2
greenlet==3.0.0rc3
greenlet==3.0.0
hl7==0.4.1
hl7apy==1.3.4
hiredis==0.3.1
Expand Down

0 comments on commit 2a18964

Please sign in to comment.