Update `pip` for GitHub runner
This is to address an error seen on some Python 3.12 runners:
<-- SNIP -->
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2164, in <module>
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
^^^^^^^^^^^^^^^^^^^
This looks to be the issue[1] fixed in Pip 23.2 so use that verison
Link: https://github.com/pypa/pip/issues/11501 [1]
Loading
Please register or sign in to comment