From 90c6ebda184eb67efa7150add3dffa6367f1b5b0 Mon Sep 17 00:00:00 2001 From: Advitya Gemawat Date: Tue, 27 Feb 2024 11:28:56 -0800 Subject: [PATCH] added matplotlib install --- .github/workflows/CI-responsibleai-text-vision-pytest.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/CI-responsibleai-text-vision-pytest.yml b/.github/workflows/CI-responsibleai-text-vision-pytest.yml index 9e217ddb21..568da60f44 100644 --- a/.github/workflows/CI-responsibleai-text-vision-pytest.yml +++ b/.github/workflows/CI-responsibleai-text-vision-pytest.yml @@ -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: |