Skip to content

Commit

Permalink
update env build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 7, 2024
1 parent 60144c5 commit 9ffc6e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/dev/scripts/create_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ function install_additional_deps {
else
conda run pip install smoldyn
fi
pip cache purge
pip install -e ./api \
&& pip install -e ./worker
}

function create_env {
Expand Down

0 comments on commit 9ffc6e2

Please sign in to comment.