We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18749a3 commit d466137Copy full SHA for d466137
.github/workflows/field-performance-benchmark.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
python -m venv .venv
82
source .venv/bin/activate
83
- pip install --user numpy matplotlib psutil
+ pip install numpy matplotlib psutil
84
85
- name: Determine benchmark parameters
86
id: benchmark-params
0 commit comments