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.
1 parent 64ea9df commit 8bb14a0Copy full SHA for 8bb14a0
.github/workflows/build.yml
@@ -157,11 +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"
+ - 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"
165
- name: Validate the install
166
167
jupyter labextension list
0 commit comments