Auto License Compliance fails to install python 3 dependecies
Summary
The Auto License Compliance stage from Autodevops fails to install packages and check there licenese for a Python 3.7 project
Steps to reproduce
Add the dependency "pandas==0.25.3" to the requirements.txt of a python project with enabled Autodevops
Example Project
https://gitlab.com/snsmac/python3_autodevops/
What is the current bug behavior?
Installation of packaged and license check fails
What is the expected correct behavior?
Licenses are checked
Possible fixes
The problem seems to be that the installed python version is 3.5.2. It would be nice to be able to specify and python version via the LM_PYTHON_VERSION environment variable