File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 27
27
- name : Install required packages
28
28
run : |
29
29
apt update
30
- apt install -y python3-poetry make
30
+ apt install -y make
31
+ pip install poetry
31
32
- name : Create virtual environment
32
33
run : make init
33
34
- name : Check code format
42
43
- name : Install required packages
43
44
run : |
44
45
apt update
45
- apt install -y python3-poetry make
46
+ apt install -y make
47
+ pip install poetry
46
48
- name : Create virtual environment
47
49
run : make init
48
50
- name : Check code import format
57
59
- name : Install required packages
58
60
run : |
59
61
apt update
60
- apt install -y python3-poetry make
62
+ apt install -y make
63
+ pip install poetry
61
64
- name : Create virtual environment
62
65
run : make init
63
66
- name : Check code style
72
75
- name : Install required packages
73
76
run : |
74
77
apt update
75
- apt install -y python3-poetry make libglib2.0-dev
78
+ apt install -y make libglib2.0-dev
79
+ pip install poetry
76
80
- name : Create virtual environment
77
81
run : make init
78
82
- name : Check code static typing
96
100
- name : Install required packages
97
101
run : |
98
102
dnf makecache
99
- dnf install -y gcc make poetry python python-pip python3-devel rpm-build systemd-devel which
103
+ dnf install -y gcc make python python-pip python3-devel rpm-build systemd-devel which
104
+ pip install poetry
100
105
- name : Create virtual environment
101
106
run : make init
102
107
- name : Check versions
@@ -115,7 +120,8 @@ jobs:
115
120
- name : Install required packages
116
121
run : |
117
122
apt update
118
- apt install -y make python3-poetry
123
+ apt install -y make
124
+ pip install poetry
119
125
- name : Create virtual environment
120
126
run : make init
121
127
- name : Check versions
You can’t perform that action at this time.
0 commit comments