Skip to content

Commit 6a8384a

Browse files
committed
Add missing deps
1 parent 6851bc6 commit 6a8384a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build
33
on:
44
push:
55
branches: main
6+
pull_request:
7+
branches: '*'
68

79
jobs:
810
build:
@@ -12,6 +14,7 @@ jobs:
1214
- name: Build docker image
1315
run: |
1416
npm install
17+
npx playwright install chromium
1518
npm run build
1619
- name: Run test
1720
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)