Fix python version 3.7 with architecture x64 not found for Ubuntu 24.04 #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello @rfdearborn,
First of all, thanks for the awesome work you and your collaborators have done with this GitHub Action.
This PR addresses #26.
The issue is straight forward: Python 3.7 is not any more part of the GitHub runner image tagged as
ubuntu-latest
(see the image manifest). In fact, is not part of any of the available Ubuntu-base runner images anymore.I bumped the Python version to 3.12, alongside versions of pre-required GitHub actions. I chose 3.12 as is the latest version for dbt supports (see compatibility matrix). This should cover dbt v1.7+ and dbt v1,8+, including the latest data unittest features.
I have verified that
Let me know if there is anything else I can do to make it easier for the fix to get merged~
[1] Logs of dbt project's CI pipeline
![image](https://private-user-images.githubusercontent.com/24645932/411912920-a2966dcf-7b8f-420c-87c0-fe31b89aaba5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODg5MzksIm5iZiI6MTczOTY4ODYzOSwicGF0aCI6Ii8yNDY0NTkzMi80MTE5MTI5MjAtYTI5NjZkY2YtN2I4Zi00MjBjLTg3YzAtZmUzMWI4OWFhYmE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA2NTAzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY2MTJmMWM4NGYyNTVjNjJhMjI1ZDljMGI2ZTkwZmZmOWZjZTAyMTlhZjE0ZjFhZjY3MzQ5ZjY2Y2Y5MjU0Y2MmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.foNQeXj5XsOniuiLFL4hEqDz4AkUXysFW_D0hpHFioA)
[2] Output in Notion
![image](https://private-user-images.githubusercontent.com/24645932/411912347-c38f8025-b125-4df1-8a59-b69c58c5066d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODg5MzksIm5iZiI6MTczOTY4ODYzOSwicGF0aCI6Ii8yNDY0NTkzMi80MTE5MTIzNDctYzM4ZjgwMjUtYjEyNS00ZGYxLThhNTktYjY5YzU4YzUwNjZkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA2NTAzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcyMGUyZmM2ZjcxMDgyYWYwMGQ2OWYyOTMyOTMwNzEyNmJiOTQ3NDYwYWZlY2JjMDM3Nzc5ZjE2ZmFlMjU2ZWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qoQhNYEBClgZJjfDPmNbO8QaJ4bVpvYbZtLvMSVmI6I)