We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd502d commit f861d78Copy full SHA for f861d78
.github/workflows/benchmark_nightly.yml
@@ -46,7 +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 unintall setuptools
+ pip uninstall setuptools
50
pip install setuptools==69.5.1
51
- name: Benchmark cpu nightly
52
if: ${{ matrix.hardware == 'cpu' }}
0 commit comments