Skip to content

Commit bf26b59

Browse files
authored
Remove hardcoded client install in CI (#1019)
1 parent ba92f31 commit bf26b59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
pip check
122122
- name: Run the tests
123123
run: |
124-
pip install jupyter_client@https://github.com/blink1073/jupyter_client/archive/refs/heads/synchronous_managers.zip
125124
pytest -vv -W default || pytest -vv -W default --lf
126125
127126
make_sdist:

0 commit comments

Comments
 (0)