We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87dc37 commit ada1cc7Copy full SHA for ada1cc7
.github/workflows/benchmark_nightly.yml
@@ -46,6 +46,7 @@ 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 install setuptools==69.5.1
50
- name: Benchmark cpu nightly
51
if: ${{ matrix.hardware == 'cpu' }}
52
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_cpu.yaml --skip false
0 commit comments