File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ jobs:
3636 strategy :
3737 fail-fast : False
3838 matrix :
39- os : [ubuntu-20 .04]
39+ os : [ubuntu-22 .04]
4040 python-version : [3.8, 3.9, '3.10', '3.11']
4141 tox_env : [orange-released]
4242 name : [Released]
4343 include :
44- - os : ubuntu-20 .04
44+ - os : ubuntu-22 .04
4545 python-version : ' 3.10'
4646 tox_env : orange-latest
4747 name : Latest
4848 - os : ubuntu-20.04
4949 python-version : 3.8
5050 tox_env : orange-oldest
5151 name : Oldest dependencies
52- - os : ubuntu-20 .04
52+ - os : ubuntu-22 .04
5353 python-version : 3.9
5454 tox_env : pyqt6
5555 name : PyQt6
8585 sudo apt-get update
8686 sudo apt-get install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libegl1-mesa libxcb-shape0 libxcb-cursor0
8787
88+ - name : Install glibc-tools dependency on Ubuntu-22.04
89+ if : matrix.os == 'ubuntu-22.04'
90+ run : sudo apt-get install -y glibc-tools # required for catchsegv
91+
8892 - name : Install Tox
8993 run : |
9094 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments