Skip to content

Commit c47c19d

Browse files
committed
fix: second attempt
1 parent 30cce6d commit c47c19d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

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

2524
concurrency:
2625
group: ${{ github.workflow }}-${{ github.ref }}
@@ -443,6 +442,7 @@ jobs:
443442
python-version: ${{ env.MAIN_PYTHON_VERSION }}
444443
checkout: false
445444
randomize: true
445+
requires-xvfb: true
446446

447447
- name: Upload integration test logs
448448
if: always()
@@ -813,6 +813,7 @@ jobs:
813813
pytest-extra-args: "--use-existing-service=yes"
814814
checkout: false
815815
randomize: true
816+
requires-xvfb: true
816817

817818
- name: "Compressing Linux Dockerfile"
818819
uses: vimtor/action-zip@1379ea20d4c5705669ba81fd626dd01b1c738f26 # v1.2

0 commit comments

Comments
 (0)