Skip to content

Commit 3771859

Browse files
committed
with check
1 parent 909ec62 commit 3771859

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lol_hub.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
_DEFAULT_SECURITY = False
2323
if _DEFAULT_SECURITY == "None":
2424
_DEFAULT_SECURITY = None
25+
if _DEFAULT_SECURITY == "check":
26+
_DEFAULT_SECURITY = "check"
2527
try:
2628
from tqdm.auto import tqdm # automatically select proper tqdm submodule if available
2729
except ImportError:

scripts/run_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ do
2020
done
2121

2222
mv lol_hub.py $PYTHON_CODE_DIR/lol_hub.py
23-
DEFAULT_SECURITY=False pytest --junitxml=test-results/junit.xml test_run_python_code.py -vv
23+
DEFAULT_SECURITY=check pytest --junitxml=test-results/junit.xml test_run_python_code.py -vv

0 commit comments

Comments
 (0)