Skip to content

[BUG] Error: Version 3.10.0 with arch x64 not found #274

@gitleye

Description

@gitleye

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-testing

my GitHub actions returned the error message Error: Version 3.10.0 with arch x64 not found attached.
Screenshot 2024-02-10 at 1 02 39 PM

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

name: Continuous Integration
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Set up Python
        uses: actions/setup-python@v2
        with:
          python-version: 3.10.0
          architecture: x64
      - name: Install dependencies
        run: pip install -r requirements.txt 
      - name: Run Tests
        run: python -m pytest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions