Merge branch 'main' into beta

This commit is contained in:
cmdr2
2023-03-02 10:15:51 +05:30
7 changed files with 23 additions and 18 deletions

View File

@ -89,7 +89,7 @@ else
export PYTHONNOUSERSITE=1
export PYTHONPATH="$INSTALL_ENV_DIR/lib/python3.8/site-packages"
if python -m pip install sdkit ; then
if python -m pip install sdkit==1.0.43 ; then
echo "Installed."
else
fail "sdkit install failed"