We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jupyter-core<5.8.0
1 parent b1a5f61 commit 22016bbCopy full SHA for 22016bb
.github/workflows/build.yml
@@ -157,6 +157,11 @@ jobs:
157
run: |
158
${{ matrix.py_cmd }} -m pip freeze
159
${{ 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"
165
- name: Validate the install
166
167
jupyter labextension list
0 commit comments