Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 23, 2024
1 parent a237eed commit 77ba09f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
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: |
name: Install matplotlib for Windows
shell: bash -l {0}
run: |
pip install matplotlib==3.0.3
- name: Setup tools
Expand Down

0 comments on commit 77ba09f

Please sign in to comment.