Skip to content

Commit 329d552

Browse files
authored
Revert "CI: pin to jupyter-core<5.8.0 on Windows (#7655)" (#7657)
This reverts commit 22016bb.
1 parent 22016bb commit 329d552

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@ jobs:
157157
run: |
158158
${{ matrix.py_cmd }} -m pip freeze
159159
${{ matrix.py_cmd }} -m pip check
160-
- name: Temporary pin for jupyter-core on Windows
161-
if: matrix.os == 'windows-latest'
162-
run: |
163-
# See https://github.com/jupyter-server/jupyter_server/issues/1527
164-
${{ matrix.py_cmd }} -m pip install "jupyter-core<5.8.0"
165160
- name: Validate the install
166161
run: |
167162
jupyter labextension list

0 commit comments

Comments
 (0)