Fix always make pygobject an optional package (i.e. if installation fails continue the Task package environment setup)

This commit is contained in:
allegroai 2022-06-16 23:18:55 +03:00
parent f66e42ddb1
commit 560e689ccd

View File

@ -83,7 +83,7 @@
# set the optional priority packages to be installed before the rest of the required packages,
# In case a package installation fails, the package will be ignored,
# and the virtual environment process will continue
# priority_optional_packages: ["pygobject", ]
priority_optional_packages: ["pygobject", ]
# set the post packages to be installed after all the rest of the required packages
# post_packages: ["horovod", ]