Skip to content

Commit

Permalink
fix win conda error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosheen Adil committed Nov 15, 2024
1 parent 4f15eef commit 80eb9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ env:
python -m pip install build
else
env:
conda create -y -n $(VENV_NAME) python=$(PYTHON_VERSION)
conda create -y -n $(VENV_NAME) python=$(PYTHON_VERSION) && \
python -m pip install build
endif

Expand Down

0 comments on commit 80eb9c9

Please sign in to comment.