File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - develop
88 pull_request :
99 branches :
10- - ' ** '
10+ - " ** "
1111
1212concurrency :
1313 group : tests-${{ github.head_ref || github.ref }}
1414 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1515
1616jobs :
1717 tests :
18- name : ${{ matrix.os }} / ${{ matrix.python-version }}
18+ name : ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.qt-version }}
1919 runs-on : ${{ matrix.image }}
2020 strategy :
2121 matrix :
@@ -100,7 +100,7 @@ jobs:
100100 DEBIAN_FRONTEND : noninteractive
101101 run : |
102102 sudo apt-get -qq update
103- sudo apt-get -qq install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
103+ sudo apt-get -qq install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libegl-dev
104104
105105 - name : Run pytest
106106 uses : coactions/setup-xvfb@v1
You can’t perform that action at this time.
0 commit comments