-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Milestone
Description
Issue to track removing this pin on CI on the 7.4.x
branch:
notebook/.github/workflows/build.yml
Lines 160 to 164 in 071d48a
- 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" |
To be done after jupyter-server/jupyter_server#1527 is fixed in a new jupyter-server
release.