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
ccm requries Python 2 when creating a serverless cluster. Installing
Python 2 with actions/setup-python@v2 is now deprecated, so we solve
it by explicitly using ubuntu-20.04 runners, which have it installed.
0 commit comments