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 ac1de72 commit d985a5aCopy full SHA for d985a5a
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
${{ runner.os }}-yarn-
60
61
- name: Install dependencies
62
- 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
63
- name: Test the extension
64
run: |
65
jlpm
ui-tests/docker/prepare.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-yarn install
+yarn install --frozen-lockfile
5
6
echo Will run 'wait-for-it' $*
7
$(dirname $0)/wait-for-it.sh $*
0 commit comments