diff --git a/conda/Makefile b/conda/Makefile index c790fe69ec..3264931339 100644 --- a/conda/Makefile +++ b/conda/Makefile @@ -1,8 +1,8 @@ compile: - conda activate condabuild && conda-build -c conda-forge . --keep-old-work --python 3.10.4 + conda activate conda-build && conda-build -c conda-forge . --keep-old-work --python 3.10.4 debug: - conda activate condabuild && conda-debug -c conda-forge . --python 3.10.4 + conda activate conda-build && conda-debug -c conda-forge . --python 3.10.4 install: conda env create -f environment.yml