Skip to content

Commit d985a5a

Browse files
navn-rfcollonval
andauthored
Apply suggestions from code review
Co-authored-by: Frédéric Collonval <[email protected]>
1 parent ac1de72 commit d985a5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
${{ runner.os }}-yarn-
6060
6161
- name: Install dependencies
62-
run: python -m pip install -U jupyter_packaging~=0.7.9 jupyterlab~=3.0 pip wheel build
62+
run: python -m pip install -U jupyter_packaging~=0.7.9 jupyterlab~=3.0 pip wheel
6363
- name: Test the extension
6464
run: |
6565
jlpm

ui-tests/docker/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
yarn install
4+
yarn install --frozen-lockfile
55

66
echo Will run 'wait-for-it' $*
77
$(dirname $0)/wait-for-it.sh $*

0 commit comments

Comments
 (0)