Skip to content
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

ci: run Python 3.6 tests on Ubuntu 20.04 #525

Merged
merged 1 commit into from
Nov 28, 2022
Merged

Conversation

NicolasT
Copy link
Owner

This fixes the following error on GitHub Actions:

Run actions/setup-python@v4
  with:
    python-version: 3.6
    check-latest: false
    token: ***
    update-environment: true
  env:
    NOXSESSION: mypy
Version 3.6 was not found in the local cache
Error: Version 3.6 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

See: actions/setup-python#544

This fixes the following error on GitHub Actions:
```
Run actions/setup-python@v4
  with:
    python-version: 3.6
    check-latest: false
    token: ***
    update-environment: true
  env:
    NOXSESSION: mypy
Version 3.6 was not found in the local cache
Error: Version 3.6 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
```

See: actions/setup-python#544
@NicolasT NicolasT added github_actions Pull requests that update Github_actions code ci Continuous Integration labels Nov 28, 2022
@NicolasT NicolasT enabled auto-merge November 28, 2022 18:01
@NicolasT NicolasT merged commit ec5d4f2 into main Nov 28, 2022
@NicolasT NicolasT deleted the ci-3.6-ubuntu-version branch November 28, 2022 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant