Skip to content

Commit 2c1aefb

Browse files
authored
Don't run window manager in headless-gui action during build
See napari#283 (comment) for more details.
1 parent 0c7029e commit 2c1aefb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
PIP_CONSTRAINT: ${{ github.workspace }}/napari/resources/constraints/constraints_py3.10_docs.txt
6161
with:
6262
run: make -C docs docs
63+
# setting these empty stops from running the default (tiling) window manager
64+
# the window manager is not necessary for docs builds at this time
65+
linux-pkgs: ""
66+
linux-setup: ""
6367

6468

6569
- name: Upload artifact

0 commit comments

Comments
 (0)