Skip to content

Commit

Permalink
pinning setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 21, 2024
1 parent 061e3e5 commit 65fcb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_nightly_lmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install -y apache2-utils
pip install sentencepiece setuptools==39.1.0
pip install sentencepiece
pip install -r benchmarks/requirements-ab.txt
- name: Benchmark lmi nightly
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_lmi.yaml --skip false
Expand Down
2 changes: 1 addition & 1 deletion ts_scripts/install_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def install_python_packages(self, cuda_version, requirements_file_path, nightly)
else:
self.install_torch_packages(cuda_version)

os.system(f"{sys.executable} -m pip install -U pip setuptools")
os.system(f"{sys.executable} -m pip install -U pip setuptools==69.5.1")
# developer.txt also installs packages from common.txt
os.system(f"{sys.executable} -m pip install -U -r {requirements_file_path}")

Expand Down

0 comments on commit 65fcb53

Please sign in to comment.