Skip to content

Commit f3ae4de

Browse files
authored
remove install
1 parent 04943e7 commit f3ae4de

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Makefile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,5 @@ endif
99

1010
PACKAGE_NAME = gbd_mapping
1111

12-
.PHONY: install
13-
install: ## Install setuptools, package, and build utilities
14-
pip install uv
15-
uv pip install --upgrade pip setuptools
16-
uv pip install -e .[DEV]
17-
@echo "----------------------------------------"
18-
@if [ ! -d "../vivarium_build_utils" ]; then \
19-
# Clone the build utils repo if it doesn't exist. \
20-
git clone https://github.com/ihmeuw/vivarium_build_utils.git ../vivarium_build_utils; \
21-
else \
22-
echo "vivarium_build_utils already exists. Skipping clone."; \
23-
fi
24-
25-
# Include the makefiles
2612
include $(MAKE_INCLUDES)/base.mk
2713
include $(MAKE_INCLUDES)/test.mk

0 commit comments

Comments
 (0)