Skip to content

Commit 6dbff4f

Browse files
committed
Fix jax notebook dependency
1 parent c4a8298 commit 6dbff4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_python_cplusplus.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ jobs:
9696
--cov-append \
9797
${AMICI_DIR}/python/tests
9898
99+
- name: Install notebook dependencies
100+
run: |
101+
source build/venv/bin/activate \
102+
&& pip install jax[cpu]
103+
99104
- name: example notebooks
100105
run: |
101106
scripts/runNotebook.sh python/examples/example_*/

0 commit comments

Comments
 (0)