File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 test_build_deploy :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-20.04
9+ container :
10+ image : python:2.7.18-buster
911
1012 strategy :
1113 matrix :
1719 uses : actions/setup-node@v3
1820 with :
1921 node-version : ${{ matrix.node-version }}
20- - uses : actions/setup-python@v4
21- with :
22- python-version : ' 2.7'
22+ - name : Install Yarn
23+ run : npm install -g yarn
2324 - name : " [Setup] Install dependencies"
2425 run : yarn
2526 - name : " [Test] Run all tests"
Original file line number Diff line number Diff line change 66
77jobs :
88 test :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-20.04
10+ container :
11+ image : python:2.7.18-buster
1012
1113 strategy :
1214 matrix :
1820 uses : actions/setup-node@v3
1921 with :
2022 node-version : ${{ matrix.node-version }}
21- - name : Use Python 2.7
22- uses : actions/setup-python@v4
23- with :
24- python-version : ' 2.7'
23+ - name : Install Yarn
24+ run : npm install -g yarn
2525 - name : " [Setup] Install dependencies"
2626 run : yarn
2727 - name : " [Test] Run linters"
You can’t perform that action at this time.
0 commit comments