Skip to content

Commit

Permalink
pybamm-team#3443 Install [jax] for the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 22, 2023
1 parent 05d1061 commit 30db13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run_coverage(session):
def run_integration(session):
"""Run the integration tests."""
set_environment_variables(PYBAMM_ENV, session=session)
session.install("-e", ".[all]", silent=False)
session.install("-e", ".[all,jax]", silent=False)
if sys.platform == "linux":
session.install("-e", ".[odes]", silent=False)
session.run("python", "run-tests.py", "--integration")
Expand Down

0 comments on commit 30db13b

Please sign in to comment.