File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 runs-on : ubuntu-latest
12- # steps:
13- # - name: Checkout
14- # uses: actions/checkout@v2
15- # - name: Install node
16- # uses: actions/setup-node@v2
17- # with:
18- # node-version: '16.x'
19- # - name: Install Python
20- # uses: actions/setup-python@v2
21- # with:
22- # python-version: '3.7'
23- # architecture: 'x64'
24- # - name: Install dependencies
25- # run: python -m pip install jupyterlab
26- # - name: Build the extension
27- # run: |
28- # jlpm
12+ steps :
13+ - name : Checkout
14+ uses : actions/checkout@v2
15+ - name : Install node
16+ uses : actions/setup-node@v2
17+ with :
18+ node-version : ' 16.x'
19+ - name : Install Python
20+ uses : actions/setup-python@v2
21+ with :
22+ python-version : ' 3.7'
23+ architecture : ' x64'
24+ - name : Install dependencies
25+ run : python -m pip install jupyterlab
26+ - name : Build the extension
27+ run : |
28+ jlpm
2929 # jlpm run eslint:check
3030 # python -m pip install .
3131
You can’t perform that action at this time.
0 commit comments