Skip to content

Commit 377e8fe

Browse files
authored
Merge pull request #1485 from gyorilab/test-build-fix
Add pyjnius installation fix
2 parents 5bf1ee3 + c9c7a3a commit 377e8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
pip install git+https://github.com/pysb/pysb.git
4141
# Temporary fix. Ensure cython is installed before pyjnius
4242
pip install "cython<3"
43+
pip install "pyjnius==1.1.4" --no-build-isolation
4344
# Now install INDRA with all its extras
4445
pip install .[all]
4546
# Run slow tests only if we're in the cron setting

0 commit comments

Comments
 (0)