Skip to content

Commit 9d036ac

Browse files
committed
call pytest from librarY
1 parent 74c74da commit 9d036ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2
23-
23+
2424
- name: Base Setup
2525
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2626

@@ -33,4 +33,4 @@ jobs:
3333
pip check
3434
- name: Test with pytest
3535
run: |
36-
pytest -vv --cov=notebook_shim notebook_shim --cov-report term-missing:skip-covered
36+
python -m pytest -vv --cov=notebook_shim notebook_shim --cov-report term-missing:skip-covered

0 commit comments

Comments
 (0)