Skip to content

Commit f207070

Browse files
committed
hax
1 parent ca231ab commit f207070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/nycmesh_generate_omni_cert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def omni_cert_dag():
8080
)
8181
def omni_nn_cert_task():
8282
import subprocess
83-
subprocess.check_call(f"{sys.executable} -m pip install certbot paramiko==3.5.0 scp==0.15.0", check=True)
83+
subprocess.check_call(f"{sys.executable} -m pip install certbot paramiko==3.5.0 scp==0.15.0")
8484

8585
# Imports inside of the virtual environment
8686
from paramiko import SSHClient, AutoAddPolicy

0 commit comments

Comments
 (0)