Skip to content

Commit 420b348

Browse files
author
Krish
committed
remove check
1 parent 2dcecc9 commit 420b348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.builder/action/local-server-setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self, env):
3030
# Okay to fail, and if it fails, you will know when you enable the localhost tests.
3131
# We don't need it to succeed on every platform we have.
3232
result = self.env.shell.exec(python_path,
33-
'-m', 'pip', 'install', 'h11', 'h2', 'trio', check=True)
33+
'-m', 'pip', 'install', 'h11', 'h2', 'trio')
3434
if result.returncode != 0:
3535
print(
3636
"Could not install python HTTP/2 server." +

0 commit comments

Comments
 (0)