Skip to content

Commit

Permalink
pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 1, 2024
1 parent 906c0c8 commit 872bbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-globus.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
def run_on_endpoint(name, branch, install_file):
import subprocess

install = subprocess.run([install_file], shell=True, encoding="utf_8", stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
install = subprocess.run(["pwd"], shell=True, encoding="utf_8", stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
return (install, None)

gce = Executor(endpoint_id = endpoint)
Expand Down

0 comments on commit 872bbcb

Please sign in to comment.