File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,22 @@ jobs:
48
48
XVFB_RUN : xvfb-run -a
49
49
- os : ubuntu-20.04
50
50
python-version : ' 3.10'
51
- # Re-add this when extra dependencies have wheels.
52
- # extra-requirements: '-r requirements/testing/extra.txt'
51
+ extra-requirements : ' -r requirements/testing/extra.txt'
52
+ XVFB_RUN : xvfb-run -a
53
+ - os : ubuntu-20.04
54
+ python-version : ' 3.11.0-beta - 3.11'
55
+ extra-requirements : ' -r requirements/testing/extra.txt'
56
+ XVFB_RUN : xvfb-run -a
57
+ - os : ubuntu-22.04
58
+ python-version : ' 3.10'
59
+ extra-requirements : ' -r requirements/testing/extra.txt'
53
60
XVFB_RUN : xvfb-run -a
54
61
- os : macos-latest
55
62
python-version : 3.8
56
63
XVFB_RUN : " "
57
-
64
+ - os : macos-12
65
+ python-version : 3.9
66
+ XVFB_RUN : " "
58
67
steps :
59
68
- uses : actions/checkout@v3
60
69
with :
@@ -109,6 +118,9 @@ jobs:
109
118
if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
110
119
sudo apt install -yy libopengl0
111
120
fi
121
+ if [[ "${{ matrix.os }}" = ubuntu-22.04 ]]; then
122
+ sudo apt-get install -yy libgtk-4-bin
123
+ fi
112
124
;;
113
125
macOS)
114
126
brew install ccache
You can’t perform that action at this time.
0 commit comments