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 9ab7838 commit c39ac85Copy full SHA for c39ac85
.github/workflows/ci_cd.yml
@@ -56,7 +56,9 @@ jobs:
56
uses: RobPasMue/setup-headless-display-action@offscreen-mesa3d
57
with:
58
pyvista: false
59
- install-mesa-offscreen: true
+ # Mesa3D off screen rendering only needed on Windows self-hosted runners
60
+ # without GPU support (e.g. pygeometry-ci-2 has GPU, so it doesn't need it)
61
+ install-mesa3d-offscreen: ${{ runner.name != 'pygeometry-ci-2' }}
62
63
- name: Create Python venv
64
if: env.SKIP_UNSTABLE == 'false'
0 commit comments