Skip to content

Commit c49df47

Browse files
authored
Remove hardcoded client install (#991)
1 parent c88846c commit c49df47

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
- name: Run the tests
2929
run: |
3030
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
3531
3632
integration_check: # This job does nothing and is only used for the branch protection
3733
if: always()

.github/workflows/python-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ jobs:
125125
pip check
126126
- name: Run the tests
127127
run: |
128-
pip install jupyter_client@https://github.com/blink1073/jupyter_client/archive/refs/heads/synchronous_managers.zip
129128
pytest -vv || pytest -vv --lf
130129
131130
make_sdist:

0 commit comments

Comments
 (0)