From f4cb03e51a7fd9b75e5ddd61d1868aae3421cdd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:56:57 +0000 Subject: [PATCH] updated workflow --- .github/workflows/test_notebooks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_notebooks.yml b/.github/workflows/test_notebooks.yml index a35eb64..5362661 100644 --- a/.github/workflows/test_notebooks.yml +++ b/.github/workflows/test_notebooks.yml @@ -31,6 +31,8 @@ jobs: mamba install -c conda-forge fenics pip install -r requirements.txt pip install nbconvert + apt-get update + apt-get install -y libgl1 - name: Run Task 1 run: |