Skip to content

Commit

Permalink
Remove hardcoded client install in CI (jupyter-server#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 8, 2022
1 parent ba92f31 commit bf26b59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf26b59

Please sign in to comment.