Skip to content

Commit

Permalink
gate step revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 27, 2024
1 parent 4687b9c commit f178dbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ 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.8') }}
name: Install automl dependencies
shell: bash -l {0}
Expand Down

0 comments on commit f178dbc

Please sign in to comment.