Skip to content

Commit 80eb9c9

Browse files
author
Nosheen Adil
committed
fix win conda error
1 parent 4f15eef commit 80eb9c9

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
@@ -126,7 +126,7 @@ env:
126126
python -m pip install build
127127
else
128128
env:
129-
conda create -y -n $(VENV_NAME) python=$(PYTHON_VERSION)
129+
conda create -y -n $(VENV_NAME) python=$(PYTHON_VERSION) && \
130130
python -m pip install build
131131
endif
132132

0 commit comments

Comments
 (0)