We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cce6d commit c47c19dCopy full SHA for c47c19d
.github/workflows/ci_cd.yml
@@ -20,7 +20,6 @@ env:
20
RESET_IMAGE_CACHE: 5
21
IS_WORKFLOW_RUNNING: True
22
ARTIFACTORY_VERSION: v252
23
- VTK_DEFAULT_OPENGL_WINDOW: "vtkOSOpenGLRenderWindow"
24
25
concurrency:
26
group: ${{ github.workflow }}-${{ github.ref }}
@@ -443,6 +442,7 @@ jobs:
443
442
python-version: ${{ env.MAIN_PYTHON_VERSION }}
444
checkout: false
445
randomize: true
+ requires-xvfb: true
446
447
- name: Upload integration test logs
448
if: always()
@@ -813,6 +813,7 @@ jobs:
813
pytest-extra-args: "--use-existing-service=yes"
814
815
816
817
818
- name: "Compressing Linux Dockerfile"
819
uses: vimtor/action-zip@1379ea20d4c5705669ba81fd626dd01b1c738f26 # v1.2
0 commit comments