From 5bc5d89cf89a55d75b3c2b92cf93c56f07b4a903 Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Tue, 29 Aug 2023 19:25:15 -0400 Subject: [PATCH] Limit cython version on GHA --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d90c32fdea..619bf678b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: tar xzf bionetgen.tar.gz pip install git+https://github.com/pysb/pysb.git # Temporary fix. Ensure cython is installed before pyjnius - pip install cython + pip install "cython<3" # Now install INDRA with all its extras pip install .[all] # Run slow tests only if we're in the cron setting