You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like ubuntu-latest is being used as the OS host, the job is executing directly on the OS host, and the the actions/setup-python@v4 action is translating to trying to install the stated python version via a package manager, for which that version is not available to that OS version.
We should probably shift these actions to use docker and pull the appropriate python:3.8.10 versioned docker image.
The text was updated successfully, but these errors were encountered:
See relevant pipelines here and here.
Looks like
ubuntu-latest
is being used as the OS host, the job is executing directly on the OS host, and the theactions/setup-python@v4
action is translating to trying to install the stated python version via a package manager, for which that version is not available to that OS version.We should probably shift these actions to use docker and pull the appropriate
python:3.8.10
versioned docker image.The text was updated successfully, but these errors were encountered: