Skip to content

Commit 186fcce

Browse files
committed
#2599 set ld library path in asv env
1 parent aa9f8cf commit 186fcce

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

asv.conf.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,15 @@
7373
// followed by the pip installed packages).
7474
//
7575
"matrix": {
76-
"numpy": [],
77-
"casadi": [],
78-
"wget": [],
79-
"cmake": []
76+
"req": {
77+
"numpy": [],
78+
"casadi": [],
79+
"wget": [],
80+
"cmake": []
81+
},
82+
"env": {
83+
{"LD_LIBRARY_PATH": "/home/runner/.local/lib"}
84+
}
8085
}
8186

8287
// Combinations of libraries/python versions can be excluded/included

0 commit comments

Comments
 (0)