From 0869a8cd77def6675a776d4bc174e0d8a292f7f8 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 1 Mar 2022 15:58:35 -0600 Subject: [PATCH] update test --- .github/workflows/python-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-linux.yml b/.github/workflows/python-linux.yml index d1f1bfe9c1..c2bec7ae5f 100644 --- a/.github/workflows/python-linux.yml +++ b/.github/workflows/python-linux.yml @@ -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 --pyargs jupyter_server + run: pytest -vv make_sdist: name: Make SDist