We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69529ad commit acd502dCopy full SHA for acd502d
.github/workflows/benchmark_nightly.yml
@@ -46,6 +46,8 @@ jobs:
46
sudo apt-get update -y
47
sudo apt-get install -y apache2-utils
48
pip install -r benchmarks/requirements-ab.txt
49
+ pip unintall setuptools
50
+ pip install setuptools==69.5.1
51
- name: Benchmark cpu nightly
52
if: ${{ matrix.hardware == 'cpu' }}
53
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_cpu.yaml --skip false
0 commit comments