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
The `actions/setup-python` action used to install Python for use in the CI workflows no longer offers Python 3.8.5,
which caused the CI to fail.
The action should use the same version of Python it's tested with, so I have also updated the action's Docker image to
`python:3.8.6`.
0 commit comments