Skip to content

Commit 4095313

Browse files
committed
run yarn install
1 parent 2b6f379 commit 4095313

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
cookiecutter . --config-file tests/testconfig.yaml --no-input
3333
pushd jupyter-widget-testwidgets
3434
python -m pip install --upgrade -v -e ".[test, examples, docs]"
35+
yarn
3536
yarn run lint:check
3637
3738
pytest

{{cookiecutter.github_project_name}}/.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Test the extension
2828
run: |
2929
python -m pip install --upgrade -v -e ".[test, examples, docs]"
30+
yarn
3031
yarn run lint:check
3132
3233
pytest

0 commit comments

Comments
 (0)