Commit 1624d7c
authored
(actions) Run multiple python versions (#354)
* (actions) run on ubuntu-20.04
Only one python2 job
* (actions) run also python 3.9 and 3.10
* (actions) convert python version to string
* (actions) update LD_LIBRARY_PATH
* (actions) just use python exec
* (actions) which python
* (actions) change order of LD_LIBRARY_PATH
* (actions) empty LD_LIBRARY_PATH
* (actions) env
* (actions) empty LD_LIBRARY_PATH env
* (actions) sudo ldconfig -v
* (actions) print sys.path
* (actions) print get_python_lib path
* (actions) add library path to PYTHONPATH
Needed to use setup-python
* (actions) typo
* (actions) print sys.path
* (actions) export pythonpath
* (actions) export normal sys.path to PYTHONPATH
* (actions) pythonpath
* (actions) pythonpath
* Update main.yml
* (actions) install python packages by pip
* (actions) cleanup
* (actions) remove unused python variable
* (actions) no need to extend LD_LIBRARY_PATH1 parent 9d05b5a commit 1624d7c
1 file changed
+27
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
17 | 28 | | |
18 | 29 | | |
19 | 30 | | |
| 31 | + | |
20 | 32 | | |
21 | 33 | | |
22 | 34 | | |
23 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
24 | 39 | | |
25 | 40 | | |
26 | | - | |
| 41 | + | |
| 42 | + | |
27 | 43 | | |
28 | 44 | | |
29 | 45 | | |
| |||
32 | 48 | | |
33 | 49 | | |
34 | 50 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments