Skip to content
Snippets Groups Projects
Commit c82c3931 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

ci: use Cython from pip

parent 5dc162a4
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,10 @@ jobs:
- name: Dependencies
run: |
sudo apt install ninja-build libncurses5-dev libreadline-dev nettle-dev libasio-dev \
libgnutls28-dev libuv1-dev cython3 python3-dev python3-setuptools python3-pip \
libgnutls28-dev libuv1-dev python3-dev python3-setuptools python3-pip \
libcppunit-dev libjsoncpp-dev libfmt-dev libhttp-parser-dev libmsgpack-dev libargon2-0-dev
- name: Meson
run: sudo pip3 install meson
- name: Python dependencies
run: sudo pip3 install meson Cython
- name: Configure
run: meson setup build .
- name: Build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment