From 0d7e7dc8dd4c787b0c16961f6cc3438d4f314c32 Mon Sep 17 00:00:00 2001 From: nbouziani Date: Sat, 20 Jan 2024 23:07:44 +0000 Subject: [PATCH] Set Cython version --- .github/workflows/python-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 6044831..88fa59d 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -27,7 +27,8 @@ jobs: python3 -m pip install build - pip install numpy cython petsc petsc4py + pip install -U Cython==0.29.36 + pip install numpy petsc petsc4py --user - name: Build a binary wheel and a source tarball run: python3 -m build