pypa / bandersnatch

A PyPI mirror client according to PEP 381 http://www.python.org/dev/peps/pep-0381/
Academic Free License v3.0
455 stars 141 forks source link

Update to GitHub action actions/setup-python@v4 broke docs build #1134

Closed cooperlees closed 2 years ago

cooperlees commented 2 years ago

Lets debug and fix.

cooperlees commented 2 years ago

Seems this has also broke our dependency vulnerability check: https://github.com/pypa/bandersnatch/runs/6874663934?check_suite_focus=true

ichard26 commented 2 years ago

The problem is that version 4 doesn't have a default Python version. You have to specify the version either inline in the YAML or in a file.