File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name: Build
33on :
44 push :
55 branches : main
6+ pull_request :
7+ branches : ' *'
68
79jobs :
810 build :
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 : |
Original file line number Diff line number Diff line change @@ -2,18 +2,20 @@ name: base
22channels :
33 - conda-forge
44dependencies :
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
You can’t perform that action at this time.
0 commit comments