We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab465b2 commit c4db9a2Copy full SHA for c4db9a2
1 file changed
.github/workflows/test_full.yaml
@@ -58,6 +58,9 @@ jobs:
58
- name: Generate pipeline report
59
if: always()
60
continue-on-error: true
61
+ env:
62
+ DISPLAY: ""
63
+ VTK_DEFAULT_OPENGL_WINDOW: "vtkOSOpenGLRenderWindow"
64
shell: bash
65
run: |
66
uv run scripts/visualize_pipeline.py --output $JOB_TMP/pipeline_report.png
0 commit comments