Skip to content

Commit

Permalink
More pyenv update fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Sep 17, 2024
1 parent 039053c commit db0b9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def ensure_python_distribution(version):
with atomic_directory(target_dir=interpreter_location) as interpreter_target_dir:
if not interpreter_target_dir.is_finalized():
with pyenv_root_atomic_dir.locked():
subprocess.check_call(args=["git", "pull", "--ff-only"])
subprocess.check_call(args=["git", "pull", "--ff-only", "origin"])

env = pyenv_env.copy()
if sys.platform.lower().startswith("linux"):
Expand Down

0 comments on commit db0b9f0

Please sign in to comment.