Skip to content

Commit

Permalink
modified gate for matplotlib on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 23, 2024
1 parent e036c2f commit a237eed
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 @@ -66,6 +66,12 @@ jobs:
run: |
conda install --yes --quiet pytorch==1.13.1 "torchvision<0.15" "numpy<1.24.0" -c pytorch
- if: ${{ matrix.operatingSystem == 'windows-latest' }}
name: Install matplotlib for Windows
shell: bash -l {0}
run: |
pip install matplotlib==3.0.3

- name: Setup tools
shell: bash -l {0}
run: |
Expand Down

0 comments on commit a237eed

Please sign in to comment.