We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fac8c2 commit 6c02f8cCopy full SHA for 6c02f8c
.github/workflows/tests.yml
@@ -16,6 +16,14 @@ jobs:
16
cache-dependency-path: |
17
**/setup.cfg
18
**/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
27
- name: Install dependencies
28
run: |
29
sudo apt-get install -y pandoc
docs/requirements.txt
@@ -1,6 +1,7 @@
1
bqplot
2
ipykernel
3
jupyter_client
4
+jupyterlab>=3,<4
5
jupyterlite-sphinx
6
matplotlib
7
nbsphinx>=0.5
0 commit comments