File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
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
29- jlpm run eslint:check
30- python -m pip install .
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
29+ # jlpm run eslint:check
30+ # python -m pip install .
3131
32- jupyter labextension list 2>&1 | grep -ie "jupyterlab-code-snippets.*OK"
33- python -m jupyterlab.browser_check
32+ # jupyter labextension list 2>&1 | grep -ie "jupyterlab-code-snippets.*OK"
33+ # python -m jupyterlab.browser_check
You can’t perform that action at this time.
0 commit comments