Make e2e benchmarks more stable (#6927)

This commit is contained in:
Siarhei Fedartsou
2024-06-08 22:27:12 +02:00
committed by GitHub
parent 99cb17aed3
commit a2915f78c5
5 changed files with 121 additions and 128 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ jobs:
path: pr
- name: Install dependencies
run: |
python3 -m pip install "conan<2.0.0" "requests==2.31.0" "locust==2.28.0"
python3 -m pip install "conan<2.0.0" "requests==2.31.0" "numpy==1.26.4"
sudo apt-get update -y && sudo apt-get install ccache
- name: Prepare data
run: |