Skip to content

Commit 73d1ee4

Browse files
committed
Test
1 parent e19e07e commit 73d1ee4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ 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
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

0 commit comments

Comments
 (0)