Skip to content

Commit

Permalink
set DISPLAY?
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Mar 26, 2024
1 parent 4e42a6e commit 5a2f35f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
PYVISTA_TRAME_SERVER_PROXY_ENABLED: "True"
PYVISTA_OFF_SCREEN: false
PYVISTA_JUPYTER_BACKEND: "html"
DISPLAY: ":99.0"

steps:
- uses: actions/checkout@v2
Expand All @@ -118,6 +119,13 @@ jobs:
needs:
- build-docker

env:
PYVISTA_TRAME_SERVER_PROXY_PREFIX: "/proxy/"
PYVISTA_TRAME_SERVER_PROXY_ENABLED: "True"
PYVISTA_OFF_SCREEN: false
PYVISTA_JUPYTER_BACKEND: "html"
DISPLAY: ":99.0"

permissions:
contents: read
pages: write
Expand Down

0 comments on commit 5a2f35f

Please sign in to comment.