From 5417bfa3237c340cb9740e61e8a9061253132299 Mon Sep 17 00:00:00 2001 From: krande Date: Sun, 7 Aug 2022 15:35:55 +0200 Subject: [PATCH] minor changes --- conda/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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