This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1043
-921
lines changed
Expand file tree Collapse file tree 3 files changed +1043
-921
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,15 @@ jobs:
3030 with :
3131 node-version : ${{ matrix.node-version }}
3232
33- - name : Check python is available
33+ - name : Check python version
3434 run : |
35- echo "PYTHON"
3635 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"
4436
4537 - name : Install setuptools
46- run : python${{ matrix.python-version }} -m pip install setuptools wheel
38+ run : python -m pip install setuptools wheel
4739
4840 - name : Install pipenv / poetry
49- run : python${{ matrix.python-version }} -m pip install pipenv poetry
41+ run : python -m pip install pipenv poetry
5042
5143 - name : Install serverless
5244 run : npm install -g serverless
6254 - name : Test
6355 run : npm run test
6456 env :
65- USE_PYTHON : ${{ matrix. python-version }}
57+ USE_PYTHON : python
6658 LC_ALL : C.UTF-8
6759 LANG : C.UTF-8
Original file line number Diff line number Diff line change 4747 "eslint" : " ^5.16.0" ,
4848 "prettier" : " *" ,
4949 "cross-spawn" : " *" ,
50- "deasync-promise" : " *" ,
5150 "tape" : " *" ,
51+ "tape-promise" : " *" ,
5252 "lodash" : " ^4.16.15"
5353 },
5454 "dependencies" : {
You can’t perform that action at this time.
0 commit comments