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.
5151
5252``` bash
5353# First install the python package. This will also build the JS packages.
54+ yarn install
5455pip install -e " .[test, examples]"
5556
5657# Run the python tests. This should not give you a few sucessful example tests
Original file line number Diff line number Diff line change 2626 npm install -g codecov
2727 - name : Test the extension
2828 run : |
29+ yarn install
2930 python -m pip install --upgrade -v -e ".[test, examples, docs]"
3031 python -m pytest
3132 yarn run test
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ conda activate {{ cookiecutter.python_package_name }}-dev
3131
3232Install the python. This will also build the TS package.
3333``` bash
34+ yarn install
3435pip install -e " .[test, examples]"
3536```
3637
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " hatchling>=1.3.1 " ,
3+ " hatchling>=1.6.0 " ,
44 " jupyterlab==3.*" ,
55]
66build-backend = " hatchling.build"
@@ -86,7 +86,7 @@ skip-if-exists = [
8686 " {{ cookiecutter.python_package_name }}/labextension/package.json" ,
8787]
8888dependencies = [
89- " hatch-jupyter-builder>=0.5.0 " ,
89+ " hatch-jupyter-builder>=0.8.2 " ,
9090]
9191
9292[tool .hatch .build .hooks .jupyter-builder .build-kwargs ]
You can’t perform that action at this time.
0 commit comments