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

Github workflow breaking since Ubuntu 20.04 #15

Closed
rbricheno opened this issue Apr 5, 2021 · 1 comment
Closed

Github workflow breaking since Ubuntu 20.04 #15

rbricheno opened this issue Apr 5, 2021 · 1 comment

Comments

@rbricheno
Copy link

ubuntu-latest was recently changed to 20.04 which makes .github/workflows/test.yml fail for python 3.4.

The failing test reports the error:

Version 3.4 was not found in the local cache
Error: Version 3.4 with arch x64 not found

You can avoid this by either specifying ubuntu-18.04 in your workflow or removing python 3.4 for x64. See here for more information: actions/setup-python#185 (comment)

@Gadgetoid
Copy link
Member

Thank you- I've been slowly fixing these as I come across them since this blew up CI across basically all of our libraries. I've been dropping Python 3.4 support. Frustratingly the link to a list of versions given by GitHub Actions when it throws this error clearly includes 3.4, but perhaps I was overlooking the distro differences. Maybe using ubuntu-latest if I want CI not to break spontaneously is a bad idea 😆 - though that said, it's good to revisit these things every now and then.

Gadgetoid added a commit that referenced this issue Apr 6, 2021
Gadgetoid added a commit that referenced this issue Apr 6, 2021
Gadgetoid added a commit that referenced this issue Apr 6, 2021
Gadgetoid added a commit that referenced this issue Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants