-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
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.
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
amerorchis, kylestarr, hisaume and JonAdams99
Metadata
Metadata
Assignees
Labels
No labels