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 GitHub Actions actions/setup-python action no longer offers Python 3.8.3 so it's necessary to update the CI workflow to use Python 3.8.5. It makes sense to use the same Python version for running the action as is used for testing the action, so I also updated the Docker image to python:3.8.5.
0 commit comments