Skip to content

Commit

Permalink
added matplotlib install
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 27, 2024
1 parent f178dbc commit 90c6ebd
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:
pip install --upgrade setuptools
pip install --upgrade "pip-tools<=7.1.0"
- if: ${{ (matrix.operatingSystem == 'windows-latest') && (matrix.packageDirectory == 'responsibleai_vision') }}
name: Install matplotlib
shell: bash -l {0}
run: |
conda install --yes --quiet matplotlib -c conda-forge
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 90c6ebd

Please sign in to comment.