Explorar el Código

retry browser_check once, because flake

Nicholas Bollweg hace 4 años
padre
commit
dab43b84ea
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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