Commit 124a1f5
Kevin Vu te Laar
python binding: install and fix CI
Install:
- As of Python 3.3+, `__init__.py` is not required in site-package
folders. Those folders are seen as module by default.
- Helps with file ownership when installing the binding
wrapper via pip as part of the villas-node package and the bindings from the codebase.
CI:
- Fixed wrong variable name in the CI script.
- .so file should be found and symlinked properly into `/python/villas/node` for testing purposes.
Signed-off-by: Kevin Vu te Laar <vu.te@rwth-aachen.de>1 parent f73fc67 commit 124a1f5
2 files changed
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
0 commit comments