Skip to content

Commit

Permalink
Merge pull request #24 from InfuseAI/kentwelcome-patch-1
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
kentwelcome authored Oct 31, 2023
2 parents efe036b + 8be1f6e commit 760faa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compare-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ for datasource_type in $(yq '.dataSources[].type' ${PIPERIDER_WORKSPACE}/.piperi
if [ "${datasource_type}" == "snowflake" ]; then
oscrypto_version=`pip list | grep oscrypto | awk '{print $2}' 2> /dev/null`
if [ "$oscrypto_version" == "1.3.0" ]; then
echo "[Patch] oscrypto with latest OpenSSL"
pip uninstall oscrypto -y
pip install oscrypto@git+https://github.com/wbond/oscrypto.git@d5f3437ed24257895ae1edd9e503cfb352e635a8
fi
fi
Expand Down

0 comments on commit 760faa3

Please sign in to comment.