Skip to content

Commit 6c02f8c

Browse files
committed
add lab, node for docs tests
1 parent 8fac8c2 commit 6c02f8c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ jobs:
1616
cache-dependency-path: |
1717
**/setup.cfg
1818
**/requirements*.txt
19+
- name: Install node
20+
uses: actions/setup-node@v3
21+
with:
22+
node-version: '14'
23+
cache: 'yarn'
24+
cache-dependency-path: |
25+
yarn.lock
26+
ui-tests/yarn.lock
1927
- name: Install dependencies
2028
run: |
2129
sudo apt-get install -y pandoc

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
bqplot
22
ipykernel
33
jupyter_client
4+
jupyterlab>=3,<4
45
jupyterlite-sphinx
56
matplotlib
67
nbsphinx>=0.5

0 commit comments

Comments
 (0)