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 77ba09f commit d52dd92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ 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: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade "pip-tools<=7.1.0"
- if: ${{ matrix.operatingSystem == 'windows-latest' }}
name: Install matplotlib for Windows
shell: bash -l {0}
run: |
pip install matplotlib==3.0.3
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit d52dd92

Please sign in to comment.