Skip to content

Commit

Permalink
Fix nox -s dev bug
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 25, 2023
1 parent a463246 commit ac76fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def set_dev(session):
"-m",
"pip",
"install",
"-e",
".[all,dev,jax,odes]",
external=True,
)
Expand Down

0 comments on commit ac76fcc

Please sign in to comment.