From ac76fcc314b0a585cbac370681027056ebfa0e27 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sat, 25 Nov 2023 21:36:38 +0530 Subject: [PATCH] Fix `nox -s dev` bug --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 7a57ad5820..4019935ac1 100644 --- a/noxfile.py +++ b/noxfile.py @@ -139,6 +139,7 @@ def set_dev(session): "-m", "pip", "install", + "-e", ".[all,dev,jax,odes]", external=True, )