Skip to content

Commit 8bb14a0

Browse files
committed
lint
1 parent 64ea9df commit 8bb14a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)