Skip to content

Commit

Permalink
Remove hardcoded client install (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Sep 25, 2022
1 parent c88846c commit c49df47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
- name: Run the tests
run: |
pytest -vv --integration_tests=true tests
- name: Run the tests
run: |
pip install jupyter_client@https://github.com/blink1073/jupyter_client/archive/refs/heads/synchronous_managers.zip
pytest -vv --integration_tests=true tests
integration_check: # This job does nothing and is only used for the branch protection
if: always()
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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 || pytest -vv --lf
make_sdist:
Expand Down

0 comments on commit c49df47

Please sign in to comment.