Gates fix to remove py 3.7 for EOL & AutoML 2.0.6 #2543
Merged
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.
This pull request includes changes to the continuous integration (CI) workflow file
.github/workflows/CI-responsibleai-text-vision-pytest.yml
to streamline the testing process. The most important changes involve the removal of Python 3.7 from the testing matrix, the elimination of certain testing cases for theresponsibleai_text
andresponsibleai_vision
packages on macOS, and the removal of thepycocotools
dependency installation step.Changes to the testing matrix:
Exclusion of certain testing cases:
responsibleai_text
package on macOS with Python 3.7 has been removed.responsibleai_vision
package on macOS with Python 3.7 has also been removed.Removal of dependency installation step:
pycocotools
dependency has been removed. This dependency was previously installed when theresponsibleai_vision
package was being tested.Changes to dependency installation conditions:
responsibleai_vision
package was being tested with Python 3.7 or 3.8. Now, they are only installed when testing with Python 3.8.Description
Checklist