We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bf1ee3 + c9c7a3a commit 377e8feCopy full SHA for 377e8fe
.github/workflows/tests.yml
@@ -40,6 +40,7 @@ jobs:
40
pip install git+https://github.com/pysb/pysb.git
41
# Temporary fix. Ensure cython is installed before pyjnius
42
pip install "cython<3"
43
+ pip install "pyjnius==1.1.4" --no-build-isolation
44
# Now install INDRA with all its extras
45
pip install .[all]
46
# Run slow tests only if we're in the cron setting
0 commit comments