File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2020 RESET_IMAGE_CACHE : 5
2121 IS_WORKFLOW_RUNNING : True
2222 ARTIFACTORY_VERSION : v252
23+ VTK_DEFAULT_OPENGL_WINDOW : " vtkOSOpenGLRenderWindow"
2324
2425concurrency :
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"
You can’t perform that action at this time.
0 commit comments