浏览代码

retry browser_check once, because flake

Nicholas Bollweg 4 年之前
父节点
当前提交
dab43b84ea
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      scripts/release_test.sh

+ 3 - 1
scripts/release_test.sh

@@ -39,7 +39,9 @@ python -m pip install $(ls dist/*.whl)
 pushd $TEST_DIR
 
 jupyter lab build
-python -m jupyterlab.browser_check
+
+# retry once, much flake
+python -m jupyterlab.browser_check || python -m jupyterlab.browser_check
 
 # if not running on github actions, start JupyterLab
 if [[ -z "${GITHUB_ACTIONS}" ]]; then