From 8d8f9c45f719781a6721a8d97fcee2ae5091f4a0 Mon Sep 17 00:00:00 2001 From: Robert Reed Date: Tue, 24 Aug 2021 20:47:08 -0700 Subject: fix: add solidpython to conda script --- conda.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conda.sh b/conda.sh index 6eacf90..8985067 100755 --- a/conda.sh +++ b/conda.sh @@ -67,6 +67,10 @@ inform "Installing scipy..." pip install scipy +inform "Installing solidpython..." + +pip install solidpython + inform "Updating conda dependencies..." conda update --all -y -- cgit v1.2.3