From 3ba73aa08d15028dcb2674479ccafd4a74f211e7 Mon Sep 17 00:00:00 2001 From: Advitya Gemawat Date: Mon, 26 Feb 2024 18:14:27 -0800 Subject: [PATCH] gate fixes --- .../CI-responsibleai-text-vision-pytest.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/CI-responsibleai-text-vision-pytest.yml b/.github/workflows/CI-responsibleai-text-vision-pytest.yml index 4f23efaaaa..e829e06df6 100644 --- a/.github/workflows/CI-responsibleai-text-vision-pytest.yml +++ b/.github/workflows/CI-responsibleai-text-vision-pytest.yml @@ -16,12 +16,9 @@ jobs: matrix: packageDirectory: ["responsibleai_text", "responsibleai_vision"] operatingSystem: [ubuntu-latest, macos-latest, windows-latest] - pythonVersion: ["3.7", "3.8", "3.9", "3.10"] + pythonVersion: ["3.8", "3.9", "3.10"] # TODO: re-add macos-latest once build timeout issues are resolved exclude: - - packageDirectory: "responsibleai_text" - operatingSystem: macos-latest - pythonVersion: "3.7" - packageDirectory: "responsibleai_text" operatingSystem: macos-latest pythonVersion: "3.8" @@ -31,9 +28,6 @@ jobs: - packageDirectory: "responsibleai_text" operatingSystem: macos-latest pythonVersion: "3.10" - - packageDirectory: "responsibleai_vision" - operatingSystem: macos-latest - pythonVersion: "3.7" - packageDirectory: "responsibleai_vision" operatingSystem: macos-latest pythonVersion: "3.8" @@ -86,13 +80,7 @@ jobs: run: | python -m spacy download en_core_web_sm - - if: ${{ (matrix.packageDirectory == 'responsibleai_vision') }} - name: Install pycocotools dependency - shell: bash -l {0} - run: | - conda install pycocotools==2.0.4 -c conda-forge - - - if: ${{ (matrix.packageDirectory == 'responsibleai_vision') && ((matrix.pythonVersion == '3.7') || (matrix.pythonVersion == '3.8')) }} + - if: ${{ (matrix.packageDirectory == 'responsibleai_vision') && (matrix.pythonVersion == '3.8') }} name: Install automl dependencies shell: bash -l {0} run: |