Skip to content

Commit

Permalink
Merge pull request pybamm-team#3559 from agriyakhetarpal/fix-nox-s-de…
Browse files Browse the repository at this point in the history
…v-bug

Fix `nox -s dev` bug
  • Loading branch information
Saransh-cpp authored Nov 25, 2023
2 parents d8f3b73 + ac76fcc commit 640041e
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 640041e

Please sign in to comment.