-
Notifications
You must be signed in to change notification settings - Fork 7
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
test: Allow integration and unit tests to run against EOL or desired python version #52
base: main
Are you sure you want to change the base?
test: Allow integration and unit tests to run against EOL or desired python version #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change looks good! The forked run seems failed due to a S3UploadFailedError. Is it related to the python version used?
commit_sha: | ||
description: 'The hash value of the commit.' | ||
required: true | ||
python-version: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you get a chance, could this fix also be applied here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the reminder!
📝 Description
This PR adds workflow_dispatch inputs to allow e2e tests run against EOL or desired version as an option.
e.g.
✔️ How to Test
Forked e2e run with EOL:
📷 Preview
If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.