Skip to content

Commit

Permalink
offscreen?
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jul 16, 2024
1 parent 37a5d0b commit ab0cd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ outputs:
- export QT_API=pyqt5 # [unix]
- which napari
- napari --info # [not linux]
- 'QT_DEBUG_PLUGINS=1 LIBGL_DEBUG=verbose xvfb-run --auto-servernum napari --info > napari_info.txt 2>&1 || true' # [linux]
- 'QT_DEBUG_PLUGINS=1 LIBGL_DEBUG=verbose QT_QPA_PLATFORM=offscreen xvfb-run --auto-servernum napari --info > napari_info.txt 2>&1 || true' # [linux]
- cat napari_info.txt # [linux]
- 'grep -C99 "napari: ${PKG_VERSION}" napari_info.txt' # [linux]
# - pytest --pyargs napari
Expand Down

0 comments on commit ab0cd97

Please sign in to comment.