Skip to content

Commit

Permalink
fix pytest invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 1, 2022
1 parent 5604b05 commit a2499a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install miniumum versions
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
- name: Run the unit tests
run: pytest -vv
run: pytest -vv --pyargs jupyter_server

make_sdist:
name: Make SDist
Expand Down

0 comments on commit a2499a3

Please sign in to comment.