Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2023
1 parent 17bc401 commit 9a7d7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run_pybamm_requires(session):
"libsundials_nvecserial",
"libsundials_nvecopenmp"
]

KLU_LIBS = [
"libsuitesparseconfig",
"libklu",
Expand Down Expand Up @@ -79,7 +79,7 @@ def run_pybamm_requires(session):
Path(PYBAMM_ENV["LD_LIBRARY_PATH"], lib + ".dylib")
for lib in KLU_LIBS
]

if sys.platform != "win32":
session.install("wget", "cmake", silent=False)

Expand Down

0 comments on commit 9a7d7d1

Please sign in to comment.