File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 28
28
- name : Run the tests
29
29
run : |
30
30
pytest -vv --integration_tests=true tests
31
- - name : Run the tests
32
- run : |
33
- pip install jupyter_client@https://github.com/blink1073/jupyter_client/archive/refs/heads/synchronous_managers.zip
34
- pytest -vv --integration_tests=true tests
35
31
36
32
integration_check : # This job does nothing and is only used for the branch protection
37
33
if : always()
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ jobs:
125
125
pip check
126
126
- name : Run the tests
127
127
run : |
128
- pip install jupyter_client@https://github.com/blink1073/jupyter_client/archive/refs/heads/synchronous_managers.zip
129
128
pytest -vv || pytest -vv --lf
130
129
131
130
make_sdist :
You can’t perform that action at this time.
0 commit comments