Skip to content

Commit

Permalink
pybamm-team#3480 Don't git-clone pybind11 now
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 25, 2023
1 parent cc67bba commit 0cb4fb6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ def run_pybamm_requires(session):
if sys.platform != "win32":
session.install("wget", "cmake", silent=False)
session.run("python", "scripts/install_KLU_Sundials.py")
if not os.path.exists("./pybind11"):
session.run(
"git",
"clone",
"https://github.com/pybind/pybind11.git",
"pybind11/",
external=True,
)
else:
session.error("nox -s pybamm-requires is only available on Linux & macOS.")

Expand Down

0 comments on commit 0cb4fb6

Please sign in to comment.