From 0c7897b405f48006921e79f26e0afd1b39cef590 Mon Sep 17 00:00:00 2001 From: cs Date: Sat, 17 Apr 2021 14:59:34 +0000 Subject: [PATCH] Try installing fonts --- .github/workflows/make_figures.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/make_figures.yml b/.github/workflows/make_figures.yml index ed890f9..30a9eab 100644 --- a/.github/workflows/make_figures.yml +++ b/.github/workflows/make_figures.yml @@ -31,6 +31,8 @@ jobs: sudo apt-get install libxcb-sync1 libxcb-shm0 libxcb-icccm4 libxcb-keysyms1 sudo apt-get install libxcb-image0 libxcb1 libx11-xcb-perl sudo apt-get --reinstall install xvfb + - name: Install Fonts + run: sudo apt-get install fonts-liberation - name: Install Python Dependencies run: | python -m pip install --upgrade pip