0

The hosts on github action are in US only and I need to run my tests from EU region. I created AWS ec2 with eu region and connect my github workflow to the instance. I installed python3.10 on my ec2 : enter image description here but when I try to run the test I get this error:

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

Do any one know what should I do ?

try to change version , without any version reinstall python. didn't work for me...

0 Answers0