Skip to content

Commit d466137

Browse files
authored
Avoid pip install --user
1 parent 18749a3 commit d466137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/field-performance-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
python -m venv .venv
8282
source .venv/bin/activate
83-
pip install --user numpy matplotlib psutil
83+
pip install numpy matplotlib psutil
8484
8585
- name: Determine benchmark parameters
8686
id: benchmark-params

0 commit comments

Comments
 (0)