We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6f379 commit 4095313Copy full SHA for 4095313
.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
32
cookiecutter . --config-file tests/testconfig.yaml --no-input
33
pushd jupyter-widget-testwidgets
34
python -m pip install --upgrade -v -e ".[test, examples, docs]"
35
+ yarn
36
yarn run lint:check
37
38
pytest
{{cookiecutter.github_project_name}}/.github/workflows/build.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Test the extension
28
run: |
29
30
31
0 commit comments