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 6f2ff24 commit 2007ebdCopy full SHA for 2007ebd
.github/workflows/nightly_docker_test.yml
@@ -214,6 +214,11 @@ jobs:
214
docker pull ${{ env.ANSRV_GEO_IMAGE_LINUX_CORE_TAG }}
215
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_LINUX_CORE_TAG }}
216
217
+ - name: Set up headless display
218
+ uses: pyvista/setup-headless-display-action@52bda06d59c0fc422fc2512c9c670bf6b66616f8 # v3.2
219
+ with:
220
+ pyvista: false
221
+
222
- name: Run pytest
223
uses: ansys/actions/tests-pytest@1f1f205361706d22f67c71c29b775222380cd95a # v9.0.6
224
env:
doc/changelog.d/1931.maintenance.md
@@ -0,0 +1 @@
1
+fix unstable workflows for Linux (missing headless display)
0 commit comments