Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
navn-r and fcollonval authored Aug 30, 2021
1 parent ac1de72 commit d985a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: python -m pip install -U jupyter_packaging~=0.7.9 jupyterlab~=3.0 pip wheel build
run: python -m pip install -U jupyter_packaging~=0.7.9 jupyterlab~=3.0 pip wheel
- name: Test the extension
run: |
jlpm
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/docker/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

yarn install
yarn install --frozen-lockfile

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

0 comments on commit d985a5a

Please sign in to comment.