Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e19e07e

Browse files
committed
Test
1 parent 5a01ca0 commit e19e07e

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

‎.github/workflows/build.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ on:
99
jobs:
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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /