responsible-ai-toolbox icon indicating copy to clipboard operation
responsible-ai-toolbox copied to clipboard

Fix CI notebook text and vision tests

Open imatiach-msft opened this issue 9 months ago • 1 comments

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 the pythonVersion matrix and added specific conditions for the Upload requirements step. 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 the pythonVersion matrix.
  • .github/workflows/CI-notebook-vision.yml: Removed Python 3.8 from the pythonVersion matrix.

Update to development requirements:

  • responsibleai_vision/requirements-dev.txt: Removed the version constraint on tensorflow.

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.

imatiach-msft avatar Jan 29 '25 17:01 imatiach-msft