Skip to content

Commit c6554c6

Browse files
committed
Fix env var
1 parent 8798842 commit c6554c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tag := latest
22
git_hash ?= $(shell git log -1 --pretty=format:%h)
33

44
CONDA_EXE := conda
5-
CONDA_ENV ?= /Users/mariana/miniconda3/envs/test
5+
CONDA_ENV ?= ./env
66
env := $(CONDA_ENV)
77
conda_run := $(CONDA_EXE) run -p $(env)
88

0 commit comments

Comments
 (0)