File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
persist-credentials : false
20
20
21
+ - name : Install build essentials
22
+ run : sudo apt-get --yes install build-essential
23
+
21
24
- name : Set up Python
22
25
uses : actions/setup-python@v2
23
26
with :
@@ -42,12 +45,15 @@ jobs:
42
45
with :
43
46
persist-credentials : false
44
47
48
+ - name : Install build essentials
49
+ run : sudo apt-get --yes install build-essential
50
+
45
51
- name : Set up Python
46
52
uses : actions/setup-python@v2
47
53
48
54
- name : Install dependencies
49
55
run : |
50
- pip install pipenv
56
+ pip install pip==19.0.3 pipenv==2018.11.26
51
57
pipenv install --dev
52
58
53
59
- name : Build the documentation
@@ -72,12 +78,15 @@ jobs:
72
78
with :
73
79
persist-credentials : false
74
80
81
+ - name : Install build essentials
82
+ run : sudo apt-get --yes install build-essential
83
+
75
84
- name : Set up Python
76
85
uses : actions/setup-python@v2
77
86
78
87
- name : Install dependencies
79
88
run : |
80
- pip install pipenv
89
+ pip install pip==19.0.3 pipenv==2018.11.26
81
90
pipenv install --dev
82
91
83
92
- name : Create the distribution
97
106
with :
98
107
tag_name : ${{ github.ref }}
99
108
release_name : Release ${{ github.ref }}
109
+
Original file line number Diff line number Diff line change 2
2
* .py [cod ]
3
3
4
4
.coverage
5
+ .github /workflows /* .jnj
5
6
.pylintrc
6
7
.python-version
7
8
Pipfile.lock
You can’t perform that action at this time.
0 commit comments