Revert "CI: pin to `jupyter-core<5.8.0` on Windows (#7655)" (#7657)

This reverts commit 22016bb249.
pull/7663/head
Min RK 11 months ago committed by GitHub
parent 22016bb249
commit 329d55279b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save