Skip to content

Commit acd502d

Browse files
committed
adding stup
1 parent 69529ad commit acd502d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmark_nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
sudo apt-get update -y
4747
sudo apt-get install -y apache2-utils
4848
pip install -r benchmarks/requirements-ab.txt
49+
pip unintall setuptools
50+
pip install setuptools==69.5.1
4951
- name: Benchmark cpu nightly
5052
if: ${{ matrix.hardware == 'cpu' }}
5153
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_cpu.yaml --skip false

0 commit comments

Comments
 (0)