-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Error: Version 3.10.0 with arch x64 not found #274
Comments
Try updating
|
omg thank you kyle, this was driving me a little cray cray. |
You can also check your current version of Python install and change it to that version. For me, it is: python-version: 3.12.4 |
Thanks. It worked for me. But there is another error about deprecated node. Nevertheless the it running and green. |
hey team,
when I ran the command
git push --set-upstream origin "add-auto-tests"
while following the instructions on the codeacademy - https://www.codecademy.com/courses/learn-git/articles/github-actions-tutorial-on-automated-testingmy GitHub actions returned the error message
Error: Version 3.10.0 with arch x64 not found
attached.if the python-version on the unittests.yaml file could be updated to a version that's currently available in the following [library][https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json], that would be greatly appreciated.
thank you
contents of unittests.yaml file in
add-automated-tests-off-platform-project/.github/workflows/unittests.yaml
The text was updated successfully, but these errors were encountered: