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 13, 2023
1 parent f7e59ad commit 7629414
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ def set_dev(session):
session.run("virtualenv", os.fsdecode(VENV_DIR), silent=True)
python = os.fsdecode(VENV_DIR.joinpath("bin/python"))
if sys.platform == "linux":
session.run(python,
"-m",
"pip",
"install",
".[all,dev,jax,odes]",
session.run(python,
"-m",
"pip",
"install",
".[all,dev,jax,odes]",
external=True,
)
else:
Expand Down

0 comments on commit 7629414

Please sign in to comment.