We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8798842 commit c6554c6Copy full SHA for c6554c6
Makefile
@@ -2,7 +2,7 @@ tag := latest
2
git_hash ?= $(shell git log -1 --pretty=format:%h)
3
4
CONDA_EXE := conda
5
-CONDA_ENV ?= /Users/mariana/miniconda3/envs/test
+CONDA_ENV ?= ./env
6
env := $(CONDA_ENV)
7
conda_run := $(CONDA_EXE) run -p $(env)
8
0 commit comments