Skip to content

Commit

Permalink
gate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 23, 2024
1 parent d52dd92 commit 2c8a093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
pip install --upgrade setuptools
pip install --upgrade "pip-tools<=7.1.0"
- if: ${{ matrix.operatingSystem == 'windows-latest' }}
- if: ${{ (matrix.operatingSystem == 'windows-latest') && (matrix.packageDirectory == 'responsibleai_vision') }}
name: Install matplotlib for Windows
shell: bash -l {0}
run: |
pip install matplotlib==3.0.3
conda install matplotlib==3.0.3
- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 2c8a093

Please sign in to comment.