Parcourir la source

retry browser_check once, because flake

Nicholas Bollweg il y a 4 ans
Parent
commit
dab43b84ea
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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