Skip to content

Commit d2c3064

Browse files
author
Nosheen Adil
committed
fix windows error
1 parent 80eb9c9 commit d2c3064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ env:
127127
else
128128
env:
129129
conda create -y -n $(VENV_NAME) python=$(PYTHON_VERSION) && \
130+
$(VENV_ACTIVATE) $(VENV_NAME) && \
130131
python -m pip install build
131132
endif
132133

0 commit comments

Comments
 (0)