From 6c40b4339987d6a3602288b063ec102e0c2ee0f5 Mon Sep 17 00:00:00 2001 From: enrico facca Date: Tue, 27 Aug 2024 18:48:21 +0200 Subject: [PATCH] install cycthon before building --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dad0bdc1..166abe5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: architecture: x64 - name : Install Cython 3.0.0 - run: pip install Cython --install-option="--no-cython-compile" + run: pip install cython - name: Install DarSIA run: pip install .[dev]