File tree Expand file tree Collapse file tree 3 files changed +1039
-927
lines changed Expand file tree Collapse file tree 3 files changed +1039
-927
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,15 @@ jobs:
30
30
with :
31
31
node-version : ${{ matrix.node-version }}
32
32
33
- - name : Check python is available
33
+ - name : Check python version
34
34
run : |
35
- echo "PYTHON"
36
35
python --version
37
- echo "PYTHONX.X"
38
- python${{ matrix.python-version}} --version
39
- echo "PIP"
40
- pip --version
41
- echo "PIPX.X"
42
- pip${{matrix.python-version}} --version
43
- echo "ok"
44
36
45
37
- name : Install setuptools
46
- run : python${{ matrix.python-version }} -m pip install setuptools wheel
38
+ run : python -m pip install setuptools wheel
47
39
48
40
- name : Install pipenv / poetry
49
- run : python${{ matrix.python-version }} -m pip install pipenv poetry
41
+ run : python -m pip install pipenv poetry
50
42
51
43
- name : Install serverless
52
44
run : npm install -g serverless
62
54
- name : Test
63
55
run : npm run test
64
56
env :
65
- USE_PYTHON : ${{ matrix. python-version }}
57
+ USE_PYTHON : python
66
58
LC_ALL : C.UTF-8
67
59
LANG : C.UTF-8
Original file line number Diff line number Diff line change 47
47
"eslint" : " ^6.8.0" ,
48
48
"prettier" : " ^1" ,
49
49
"cross-spawn" : " *" ,
50
- "deasync-promise" : " *" ,
51
50
"tape" : " *" ,
51
+ "tape-promise" : " *" ,
52
52
"lodash" : " ^4.16.15"
53
53
},
54
54
"dependencies" : {
You can’t perform that action at this time.
0 commit comments