Skip to content

Commit

Permalink
tweaking matplotlib install
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 23, 2024
1 parent 4d8b9a7 commit 364b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
name: Install matplotlib
shell: bash -l {0}
run: |
conda install --yes --quiet matplotlib==3.8.3 -c conda-forge
conda install --yes --quiet matplotlib -c conda-forge
- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 364b75c

Please sign in to comment.