From 941f35d8dd88d5983554ca954b14203f0d0c614e Mon Sep 17 00:00:00 2001 From: chrpetre Date: Thu, 23 May 2024 09:20:39 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fb5cec0..388f50c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,9 @@ jobs: shell: bash run: python -m pip install -r requirements/requirements_doc.txt --upgrade + - name: Setup headless display + uses: pyvista/setup-headless-display-action@v2 + - name: "Install DPF server" shell: bash run: | @@ -104,6 +107,10 @@ jobs: sudo apt-get update sudo apt-get install libosmesa6 + - name: Setup headless display + if: matrix.os == 'pytwin-win10' + uses: pyvista/setup-headless-display-action@v2 + - name: Run pytest uses: ansys/actions/tests-pytest@v6 with: