- Notifications
You must be signed in to change notification settings - Fork35
Commitf0bf7a8
authored
CI files are updated (#225)
* [CI] work with 'time' is correctedAltLinux 10 does not support the sequential "time <set_env> coverage run ...".Because this OS does not has a builtin command 'time' in bash.https://forum.altlinux.org/index.php?topic=48342.0We will install 'time' manually and use another command "<set_env> time coverage run ..." that works without problems but it requires to install 'time' on Ubuntu 2024.04, too.AlpineLinux processes a new command line without any problems.* [CI] An initization of python virtualenv is simplifiedLet's avoid creating useless environment variables.1 parentddfaff4 commitf0bf7a8
2 files changed
+10
-18
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Lines changed: 9 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 | 11 |
| |
17 | 12 |
| |
18 | 13 |
| |
19 | 14 |
| |
20 |
| - | |
21 |
| - | |
| 15 | + | |
| 16 | + | |
22 | 17 |
| |
23 |
| - | |
| 18 | + | |
24 | 19 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 20 | + | |
| 21 | + | |
29 | 22 |
| |
30 | 23 |
| |
31 | 24 |
| |
| |||
45 | 38 |
| |
46 | 39 |
| |
47 | 40 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 41 | + | |
| 42 | + | |
51 | 43 |
| |
52 | 44 |
| |
53 | 45 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
| 46 | + | |
| 47 | + | |
57 | 48 |
| |
58 | 49 |
| |
59 | 50 |
| |
|
0 commit comments
Comments
(0)