We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6766153 commit b96b931Copy full SHA for b96b931
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
sudo apt-get update
15
sudo apt-get -y install libx11-dev libxtst-dev libxcomposite-dev libxdamage-dev libxres-dev \
16
libxkbfile-dev python3-dev pandoc libsystemd-dev \
17
- libgtk-3-dev python3-dev python3-cairo-dev python-gi-dev cython3 \
+ libgtk-3-dev python3-dev python3-cairo-dev python-gi-dev \
18
xauth x11-xkb-utils \
19
xvfb python3-cairo python3-gi-cairo \
20
libturbojpeg-dev libwebp-dev python3-pil \
@@ -36,6 +36,10 @@ jobs:
36
openssl \
37
x11-xserver-utils dbus-x11
38
39
+ - name: Install less buggy Cython
40
+ run: |
41
+ python -m pip install --upgrade Cython
42
+
43
- name: "Build/Install/Test"
44
run: >
45
python3 setup.py unittests
0 commit comments