Skip to content

Commit 1858831

Browse files
committed
fix pytest command
1 parent 4843759 commit 1858831

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Test the extension
4141
working-directory: jupyter-widget-testwidgets
4242
run: |
43-
pytest
43+
python -m pytest
4444
yarn run lint:check
4545
yarn run test
4646

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
- name: Test the extension
2828
run: |
2929
python -m pip install --upgrade -v -e ".[test, examples, docs]"
30-
yarn
30+
python -m pytest
3131
yarn run lint:check
32-
33-
pytest
3432
yarn run test
3533
3634
- name: Check docs can be build + links

0 commit comments

Comments
 (0)