File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Install the python. This will also build the TS package.
51
51
52
52
``` bash
53
53
# First install the python package. This will also build the JS packages.
54
+ yarn install
54
55
pip install -e " .[test, examples]"
55
56
56
57
# Run the python tests. This should not give you a few sucessful example tests
Original file line number Diff line number Diff line change 26
26
npm install -g codecov
27
27
- name : Test the extension
28
28
run : |
29
+ yarn install
29
30
python -m pip install --upgrade -v -e ".[test, examples, docs]"
30
31
python -m pytest
31
32
yarn run test
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ conda activate {{ cookiecutter.python_package_name }}-dev
31
31
32
32
Install the python. This will also build the TS package.
33
33
``` bash
34
+ yarn install
34
35
pip install -e " .[test, examples]"
35
36
```
36
37
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
- " hatchling>=1.3.1 " ,
3
+ " hatchling>=1.6.0 " ,
4
4
" jupyterlab==3.*" ,
5
5
]
6
6
build-backend = " hatchling.build"
@@ -86,7 +86,7 @@ skip-if-exists = [
86
86
" {{ cookiecutter.python_package_name }}/labextension/package.json" ,
87
87
]
88
88
dependencies = [
89
- " hatch-jupyter-builder>=0.5.0 " ,
89
+ " hatch-jupyter-builder>=0.8.2 " ,
90
90
]
91
91
92
92
[tool .hatch .build .hooks .jupyter-builder .build-kwargs ]
You can’t perform that action at this time.
0 commit comments