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
Essentially we can't run python 3.10 on the workflow since the workflow is built off Ubuntu 22.04 and they just aren't comaptible. See here for explanation actions/setup-python#401. This is the error we get when trying to run it Run actions/setup-python@v3
Version 3.10.0 was not found in the local cache
Error: Version 3.10.0 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json. I think we may just have to switch to python 3.9
The text was updated successfully, but these errors were encountered:
Essentially we can't run python 3.10 on the workflow since the workflow is built off Ubuntu 22.04 and they just aren't comaptible. See here for explanation actions/setup-python#401. This is the error we get when trying to run it Run actions/setup-python@v3
Version 3.10.0 was not found in the local cache
Error: Version 3.10.0 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json. I think we may just have to switch to python 3.9
The text was updated successfully, but these errors were encountered: