You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat "$regr_test-core.log" || (echo "Dumping the whole log failed, please download it from GitHub actions. Here are the first 100 lines:" && head -n100 "$regr_test-core.log")
229
229
echo "</details>"
230
230
echo "<details>"
231
-
if conda run -n rmg_env_without_rms python scripts/checkModels.py \
231
+
if conda run --no-capture-output -n rmg_env_without_rms python scripts/checkModels.py \
0 commit comments