|
9 | 9 | jobs:
|
10 | 10 | build:
|
11 | 11 | 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 . |
31 | 31 |
|
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 |
0 commit comments