Skip to content

Commit

Permalink
[Build] Install python 3.9 when testing (mlrun#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonishelach authored Apr 19, 2023
1 parent 80c7de2 commit 3301415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def install_pipenv():
def install_python(directory: Union[str, Path]):
print(f"Installing python for {directory}...")
python_install: subprocess.CompletedProcess = subprocess.run(
f"pipenv --rm;pipenv --python 3.7",
f"pipenv --rm;pipenv --python 3.9.13",
stdout=sys.stdout,
stderr=subprocess.PIPE,
cwd=directory,
Expand Down

0 comments on commit 3301415

Please sign in to comment.