File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 14
14
persist-credentials : false
15
15
16
16
- name : Install dependencies ☕️
17
- run : pip install .[dev]
17
+ run : |
18
+ pip install -U pip setuptools
19
+ pip install .[dev]
18
20
19
21
- name : Lint 🔍
20
22
run : ./tests/linting.sh
33
35
persist-credentials : false
34
36
35
37
- name : Install dependencies ☕️
36
- run : pip install .[dev]
38
+ run : |
39
+ pip install -U pip setuptools
40
+ pip install .[dev]
37
41
38
42
- name : Typecheck 📋
39
43
run : ./tests/typecheck.sh
52
56
persist-credentials : false
53
57
54
58
- name : Install dependencies ☕️
55
- run : pip install .[dev]
59
+ run : |
60
+ pip install -U pip setuptools
61
+ pip install .[dev]
56
62
57
63
- name : Test 🎢
58
64
run : ./tests/unittest.sh
91
97
submodules : recursive
92
98
93
99
- name : Install dependencies ☕️
94
- run : pip install .[dev]
100
+ run : |
101
+ pip install -U pip setuptools
102
+ pip install .[dev]
95
103
96
104
- name : Run coverage test 🎢
97
105
run : ./tests/coverage.sh
You can’t perform that action at this time.
0 commit comments