Skip to content

Commit

Permalink
Merge branch 'add-npe1-func' of https://github.com/napari/dummy-test-…
Browse files Browse the repository at this point in the history
…plugin into add-npe1-func
  • Loading branch information
DragaDoncila committed Nov 1, 2023
2 parents 7482343 + 109baf0 commit c9f7cf4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ jobs:

# these libraries, along with pytest-xvfb (added in the `deps` in tox.ini),
# enable testing on Qt on linux
- name: Install Linux libraries
if: runner.os == 'Linux'
run: |
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0
- uses: tlambert03/setup-qt-libs@v1

# strategy borrowed from vispy for installing opengl libs on windows
- name: Install Windows OpenGL
Expand Down

0 comments on commit c9f7cf4

Please sign in to comment.