Skip to content

Commit 2007ebd

Browse files
ci: fix unstable workflows for Linux (missing headless display) (#1931)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 6f2ff24 commit 2007ebd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ jobs:
214214
docker pull ${{ env.ANSRV_GEO_IMAGE_LINUX_CORE_TAG }}
215215
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_LINUX_CORE_TAG }}
216216
217+
- name: Set up headless display
218+
uses: pyvista/setup-headless-display-action@52bda06d59c0fc422fc2512c9c670bf6b66616f8 # v3.2
219+
with:
220+
pyvista: false
221+
217222
- name: Run pytest
218223
uses: ansys/actions/tests-pytest@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
219224
env:

doc/changelog.d/1931.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix unstable workflows for Linux (missing headless display)

0 commit comments

Comments
 (0)