Skip to content

Commit ca5ff66

Browse files
committed
cleaner install
1 parent a1542d2 commit ca5ff66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ create_environment:
2121
conda create -n $(ENVIRONMENT_NAME) python=3.11 $(CONDA_PACKAGES)
2222
conda run --no-capture-output -n $(ENVIRONMENT_NAME) python -m pip install uv
2323
conda run --no-capture-output -n $(ENVIRONMENT_NAME) uv pip install -c constraints.txt -e .[dev,docs]
24-
conda run --no-capture-output -n $(ENVIRONMENT_NAME) uv pip install --no-build-isolation -c constraints.txt -e .[dev,docs]
2524
conda run --no-capture-output -n $(ENVIRONMENT_NAME) uv pip install -r analysis-deps.txt
2625

2726
test:

0 commit comments

Comments
 (0)