Skip to content

Commit

Permalink
Limit cython version on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Aug 29, 2023
1 parent 5f1bb7e commit 5bc5d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bc5d89

Please sign in to comment.