mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Packages - force python 3.9 (#5206)
* specify python 3.9 * now support 12 too * rmove 12 * change deps * add dedicated wheel install * add dev headers (for rappidfuzz)
This commit is contained in:
@ -235,6 +235,7 @@ function update_or_install() {
|
||||
|
||||
# Run update as app user
|
||||
echo "# Updating InvenTree"
|
||||
sudo -u ${APP_USER} --preserve-env=$SETUP_ENVS bash -c "cd ${APP_HOME} && pip install wheel"
|
||||
sudo -u ${APP_USER} --preserve-env=$SETUP_ENVS bash -c "cd ${APP_HOME} && invoke update --no-frontend | sed -e 's/^/# inv update| /;'"
|
||||
|
||||
# Make sure permissions are correct again
|
||||
|
Reference in New Issue
Block a user