From 7643e07a0399be995e62397805674445c5653875 Mon Sep 17 00:00:00 2001 From: MichaelFu512 Date: Wed, 8 May 2024 17:16:03 -0700 Subject: [PATCH] pango library --- .github/workflows/windows_unit_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_unit_tests.yaml b/.github/workflows/windows_unit_tests.yaml index 6e540e8ed2..a052f768f4 100644 --- a/.github/workflows/windows_unit_tests.yaml +++ b/.github/workflows/windows_unit_tests.yaml @@ -54,7 +54,7 @@ jobs: conda activate curr_py conda config --add channels conda-forge conda install -q -y -c conda-forge python-graphviz graphviz - conda install -q -y -c conda-forge xorg-libxrender xorg-libxpm + conda install -q -y -c conda-forge pango - name: Install numba (for shap) run: | . $env:USERPROFILE\Miniconda3\shell\condabin\conda-hook.ps1