Skip to content

Commit 22016bb

Browse files
authored
CI: pin to jupyter-core<5.8.0 on Windows (#7655)
* Pin `jupyter-core<5.8.0` * lint
1 parent b1a5f61 commit 22016bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ 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"
160165
- name: Validate the install
161166
run: |
162167
jupyter labextension list

0 commit comments

Comments
 (0)