Skip to content

Commit

Permalink
pybamm-team#3049 fix LD_LIBRARY_PATH for nox
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored and js1tr3 committed Aug 12, 2024
1 parent 2120ffa commit 92f8940
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 @@ -15,7 +15,7 @@
homedir = os.getenv("HOME")
PYBAMM_ENV = {
"SUNDIALS_INST": f"{homedir}/.local",
"LD_LIBRARY_PATH": f"{homedir}/.local/lib:",
"LD_LIBRARY_PATH": f"{homedir}/.local/lib",
}
VENV_DIR = Path("./venv").resolve()

Expand Down

0 comments on commit 92f8940

Please sign in to comment.