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

Fix py3.6 build by pinning the container to Ubuntu 20.04 #180

Merged
merged 5 commits into from
Aug 16, 2023
Merged

Conversation

arm4b
Copy link
Member

@arm4b arm4b commented Aug 15, 2023

An attempt to fix the CI build (failing on the new pack contribution #179)

Error: Version 3.6.13 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

It seems the py 3.6 is not available in the ubuntu-latest GHA container, - pin it to Ubuntu 20.4.

@arm4b arm4b added the bug label Aug 15, 2023
@@ -12,13 +12,15 @@ jobs:
# assuming that any pull requests from the same repo are infra changes.
if: github.event.pull_request.head.repo.full_name != github.repository

runs-on: ubuntu-latest
# As long as we need Python 3.8 here in the test, we can only use up to Ubuntu 20
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should that read Python 3.6 instead of Python 3.8?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep! My bad, thanks for the 👀
Fixed in 6dc3192

@nzlosh
Copy link

nzlosh commented Aug 15, 2023

minor nit-pick on comment, but otherwise LGTM.

@arm4b arm4b merged commit 932988e into master Aug 16, 2023
@arm4b arm4b deleted the fix/ci branch August 16, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants