Skip to content

Commit

Permalink
install lkdev for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Aug 2, 2024
1 parent 11902dd commit 7e653ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ conda-dev-env-file *components=PACKAGES:
# create a conda environment for development
conda-dev-env *components=PACKAGES: (conda-dev-env-file components)
conda env update --prune -n lkpy -f environment.yml
pip install --no-deps -e .
for pkg in {{components}}; do \
echo "installing $pkg"; \
pip install --no-deps -e $pkg; \
Expand Down

0 comments on commit 7e653ab

Please sign in to comment.