Skip to content

Commit d014324

Browse files
author
Dylan Huang
committed
make work for GH action (test)
1 parent 3e4d8b7 commit d014324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eval_protocol/pytest/elasticsearch_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _setup_initialized_docker_elasticsearch(self, env_file_path: str) -> Elastic
7676
# Use set -o pipefail to ensure we get the return code of the first failing command
7777
process = subprocess.Popen(
7878
[
79-
"sh",
79+
"bash",
8080
"-c",
8181
f"set -o pipefail; curl -fsSL https://elastic.co/start-local | sh -s -- --esonly | tee {temp_file_path}",
8282
],

0 commit comments

Comments
 (0)