responsible-ai-toolbox
responsible-ai-toolbox copied to clipboard
Fix CI notebook text and vision tests
Description
Fix CI notebook text and vision tests Copilot summary: This pull request includes several updates to the CI workflows and a minor update to the development requirements. The most important changes are the removal of Python 3.8 from the test matrix and the addition of specific conditions for uploading artifacts.
Updates to CI workflows:
.github/workflows/CI-e2e-notebooks-text-vision.yml: Removed Python 3.8 from thepythonVersionmatrix and added specific conditions for theUpload requirementsstep. Additionally, updated the naming convention for the screenshot artifact to include matrix variables. [1] [2] [3].github/workflows/CI-notebook-text.yml: Removed Python 3.8 from thepythonVersionmatrix..github/workflows/CI-notebook-vision.yml: Removed Python 3.8 from thepythonVersionmatrix.
Update to development requirements:
responsibleai_vision/requirements-dev.txt: Removed the version constraint ontensorflow.
Checklist
- [x] I have added screenshots above for all UI changes.
- [x] I have added e2e tests for all UI changes.
- [x] Documentation was updated if it was needed.