Skip to content

Backport PR #7657 on branch 7.4.x (Revert "CI: pin to jupyter-core<5.8.0 on Windows") #7658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ jobs:
run: |
${{ matrix.py_cmd }} -m pip freeze
${{ matrix.py_cmd }} -m pip check
- name: Temporary pin for jupyter-core on Windows
if: matrix.os == 'windows-latest'
run: |
# See https://github.com/jupyter-server/jupyter_server/issues/1527
${{ matrix.py_cmd }} -m pip install "jupyter-core<5.8.0"
- name: Validate the install
run: |
jupyter labextension list
Expand Down
Loading