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 4843759 commit 1858831Copy full SHA for 1858831
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Test the extension
41
working-directory: jupyter-widget-testwidgets
42
run: |
43
- pytest
+ python -m pytest
44
yarn run lint:check
45
yarn run test
46
{{cookiecutter.github_project_name}}/.github/workflows/build.yml
@@ -27,10 +27,8 @@ jobs:
27
28
29
python -m pip install --upgrade -v -e ".[test, examples, docs]"
30
- yarn
31
32
-
33
34
35
36
- name: Check docs can be build + links
0 commit comments