mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-30 16:20:21 +00:00
Merge branch 'bump-aqt' into 'master'
Bump aqt version Closes #5805 See merge request OpenMW/openmw!680
This commit is contained in:
commit
dea638fa21
@ -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…
x
Reference in New Issue
Block a user