We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9feac5 commit a07040fCopy full SHA for a07040f
Makefile
@@ -9,19 +9,5 @@ endif
9
10
PACKAGE_NAME = vivarium_testing_utils
11
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
26
include $(MAKE_INCLUDES)/base.mk
27
include $(MAKE_INCLUDES)/test.mk
0 commit comments