Skip to content

Commit

Permalink
fix: force bentoml build with Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Sep 28, 2024
1 parent 4541b47 commit 8b623f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ def ensure_venv(req_txt_file, venv_dir):
[
sys.executable,
"-m",
"uv",
"venv",
venv_dir,
"-p",
"3.9",
],
check=True,
)
Expand Down

0 comments on commit 8b623f7

Please sign in to comment.