Skip to content

Commit

Permalink
gate fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 27, 2024
1 parent d665107 commit 3ba73aa
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 3ba73aa

Please sign in to comment.