Skip to content

Allow empty requirements list to enable Python builder

Ahmon Dancy requested to merge main-I98e7be18f9cedfec29e5adc766f007e10729bea2 into main

Allow configuration like the following to enable the Python builder
without installing more than the base packages (pip, tox, wheel,
setuptools).

python:  
  version: python3  
  requirements: []  

Merge request reports