Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies-and-plottr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ runs:
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install -r test_requirements.txt
pip install .[pyqt5]
pip install .[pyside6]
shell: bash
11 changes: 9 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ jobs:
DISPLAY: ':99.0'

steps:
- name: setup ubuntu-latest xvfb
# - name: setup ubuntu-latest xvfb
# run: |
# sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils libgl1 libegl1 libdbus-1-3 libegl1-mesa-dev
# /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
# Source - https://stackoverflow.com/questions/75497408/github-action-pytest-exit-code-134
# Posted by Justin Buiel
# Retrieved 2026-01-03, License - CC BY-SA 4.0
- uses: tlambert03/setup-qt-libs@v1
- name: build "display"
run: |
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
Expand Down
20 changes: 0 additions & 20 deletions doc/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions doc/api/data.rst

This file was deleted.

10 changes: 0 additions & 10 deletions doc/api/index.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/api/node.rst

This file was deleted.

67 changes: 0 additions & 67 deletions doc/api/plot.rst

This file was deleted.

59 changes: 0 additions & 59 deletions doc/concepts/data.rst

This file was deleted.

13 changes: 0 additions & 13 deletions doc/concepts/index.rst

This file was deleted.

117 changes: 0 additions & 117 deletions doc/concepts/nodes.bak.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/concepts/nodes.rst

This file was deleted.

58 changes: 0 additions & 58 deletions doc/conf.py

This file was deleted.

Loading
Loading