Skip to content

Commit 0bbc2d5

Browse files
committed
Maybe don't use sio2jail by default because GH Actions seems not to like it very much
1 parent f5b8b64 commit 0bbc2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sio/executors/test/test_encdec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from filetracker.client.dummy import DummyClient
55
from sio.assertion_utils import ok_, eq_
66
from sio.compilers.job import run as run_compiler
7-
from sio.executors.sio2jail_exec import encdec_run
7+
from sio.executors.unsafe_exec import encdec_run
88
from sio.workers import ft
99
from sio.workers.util import TemporaryCwd, tempcwd
1010

0 commit comments

Comments
 (0)