Skip to content

Commit c08080b

Browse files
committed
Add missing deps
1 parent 6851bc6 commit c08080b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Build docker image
1313
run: |
1414
npm install
15+
npx playwright install chromium
1516
npm run build
1617
- name: Run test
1718
run: |

environment.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@ name: base
22
channels:
33
- conda-forge
44
dependencies:
5+
# Base depenndencies
56
- python=3.12
6-
- git
77
- jupyterlab=4.3.5
8+
- git
9+
- ruff=0.9.10
10+
- nb_conda_kernels=2.5.1
11+
# Extensions
812
- papermill=2.6.0
913
- voila=0.5.8
10-
- nb_conda_kernels=2.5.1
1114
- ipywidgets=8.1.5
1215
- dash==2.18.2
1316
- jupyterlab-lsp=5.1.0
1417
- jupyterlab_code_formatter=3.0.2
1518
- python-lsp-server=1.12.2
16-
- ruff=0.9.10
1719
- ipydatagrid=1.4.0
1820
- ipympl=0.9.6
1921
- jupytext=1.16.7

0 commit comments

Comments
 (0)