From d38beb6a232ad770048a9ae3fc223982444299ae Mon Sep 17 00:00:00 2001 From: enrico facca Date: Tue, 27 Aug 2024 18:41:51 +0200 Subject: [PATCH] install cycthon before building --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90a97d67..dad0bdc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,9 @@ jobs: python-version: ${{ matrix.python-version}} architecture: x64 + - name : Install Cython 3.0.0 + run: pip install Cython --install-option="--no-cython-compile" + - name: Install DarSIA run: pip install .[dev]