Skip to content

Commit 5989ba1

Browse files
committed
reconfigure-local-caddy
1 parent 201587a commit 5989ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $(ENV):
130130
@echo "#### Creating Python Vertual Enviroment [ $(ENV) ] ####"
131131
@test -d $(ENV) || $(ext_py) -m venv $(ENV)
132132
@$(PIP) install -e backend/
133-
@$(PIP) install -U pip setuptools ray==2.9.0
133+
@$(PIP) install -U pip setuptools wheel ray==2.9.0
134134

135135

136136
requirements: $(ENV)

0 commit comments

Comments
 (0)