Skip to content

Commit a1542d2

Browse files
committed
skip healpix install by default
1 parent b8a2193 commit a1542d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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,healpix]
24+
conda run --no-capture-output -n $(ENVIRONMENT_NAME) uv pip install --no-build-isolation -c constraints.txt -e .[dev,docs]
2525
conda run --no-capture-output -n $(ENVIRONMENT_NAME) uv pip install -r analysis-deps.txt
2626

2727
test:

0 commit comments

Comments
 (0)