Skip to content

Commit 30cce6d

Browse files
committed
ci: attempts to make it run
1 parent 1958889 commit 30cce6d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env:
2020
RESET_IMAGE_CACHE: 5
2121
IS_WORKFLOW_RUNNING: True
2222
ARTIFACTORY_VERSION: v252
23+
VTK_DEFAULT_OPENGL_WINDOW: "vtkOSOpenGLRenderWindow"
2324

2425
concurrency:
2526
group: ${{ github.workflow }}-${{ github.ref }}
@@ -401,6 +402,12 @@ jobs:
401402
echo "SKIP_UNSTABLE=$Result" >> $GITHUB_ENV
402403
echo "SKIP_UNSTABLE will be: $Result"
403404
405+
- name: Set up headless display
406+
if: env.SKIP_UNSTABLE == 'false'
407+
uses: pyvista/setup-headless-display-action@52bda06d59c0fc422fc2512c9c670bf6b66616f8 # v3.2
408+
with:
409+
pyvista: false
410+
404411
- name: Login in Github Container registry
405412
if: env.SKIP_UNSTABLE == 'false'
406413
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -805,7 +812,6 @@ jobs:
805812
python-version: ${{ env.MAIN_PYTHON_VERSION }}
806813
pytest-extra-args: "--use-existing-service=yes"
807814
checkout: false
808-
requires-xvfb: true
809815
randomize: true
810816

811817
- name: "Compressing Linux Dockerfile"

0 commit comments

Comments
 (0)