Skip to content

Commit b96b931

Browse files
committed
#4111 install a less buggy version of Cython
1 parent 6766153 commit b96b931

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo apt-get update
1515
sudo apt-get -y install libx11-dev libxtst-dev libxcomposite-dev libxdamage-dev libxres-dev \
1616
libxkbfile-dev python3-dev pandoc libsystemd-dev \
17-
libgtk-3-dev python3-dev python3-cairo-dev python-gi-dev cython3 \
17+
libgtk-3-dev python3-dev python3-cairo-dev python-gi-dev \
1818
xauth x11-xkb-utils \
1919
xvfb python3-cairo python3-gi-cairo \
2020
libturbojpeg-dev libwebp-dev python3-pil \
@@ -36,6 +36,10 @@ jobs:
3636
openssl \
3737
x11-xserver-utils dbus-x11
3838
39+
- name: Install less buggy Cython
40+
run: |
41+
python -m pip install --upgrade Cython
42+
3943
- name: "Build/Install/Test"
4044
run: >
4145
python3 setup.py unittests

0 commit comments

Comments
 (0)