Skip to content

Commit

Permalink
delete notebook local verify
Browse files Browse the repository at this point in the history
  • Loading branch information
korgan00 committed Dec 11, 2024
1 parent 4ad2065 commit 9d58399
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/notebook-local-verify.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion client/qiskit_serverless/core/clients/local_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def run(
with Popen(
[
"python",
os.path.join(saved_program.working_dir, saved_program.entrypoint)
os.path.join(saved_program.working_dir, saved_program.entrypoint),
],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
Expand Down

0 comments on commit 9d58399

Please sign in to comment.