From bf26b59df1516c49e6d974f110485ca8245b9413 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 8 Oct 2022 18:55:45 -0500 Subject: [PATCH] Remove hardcoded client install in CI (#1019) --- .github/workflows/python-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 30dbc74c33..4762bdeb95 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -121,7 +121,6 @@ jobs: pip check - name: Run the tests run: | - pip install jupyter_client@https://github.com/blink1073/jupyter_client/archive/refs/heads/synchronous_managers.zip pytest -vv -W default || pytest -vv -W default --lf make_sdist: