Skip to content

Commit

Permalink
change setuptools version when installing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Oct 31, 2024
1 parent 185682a commit 884c6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/worker/task_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def install_pip_requirements(self, container_id=None):
)
progress_dummy.iter_done_report()

command = "pip3 install --disable-pip-version-check --upgrade setuptools==70.3.0"
command = "pip3 install --disable-pip-version-check --upgrade setuptools==69.0.0"
self.logger.info(f"PIP command: {command}")
self._exec_command(command, add_envs=self.main_step_envs(), container_id=container_id)
self.process_logs()
Expand Down

0 comments on commit 884c6a4

Please sign in to comment.