mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 03:44:05 +00:00
Bump aqt version
This commit is contained in:
parent
ded59c4858
commit
4862e8c8f4
1 changed files with 4 additions and 2 deletions
|
@ -848,9 +848,11 @@ fi
|
||||||
wrappedExit 1
|
wrappedExit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -e "aqt-venv/${VENV_BIN_DIR}/aqt" ]; then
|
# check version
|
||||||
|
pip list | grep 'aqtinstall\s*1.1.3'
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
echo " Installing aqt wheel into virtualenv..."
|
echo " Installing aqt wheel into virtualenv..."
|
||||||
run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==0.9.2
|
run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==1.1.3
|
||||||
fi
|
fi
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue