We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d01b3e commit 42cfe19Copy full SHA for 42cfe19
scripts/config/notebook-testing.toml
@@ -91,7 +91,6 @@ notebooks = [
91
"docs/guides/primitives.ipynb",
92
"docs/guides/run-jobs-batch.ipynb",
93
"docs/guides/run-jobs-session.ipynb",
94
- "docs/guides/monitor-job.ipynb",
95
"docs/guides/primitive-input-output.ipynb",
96
]
97
@@ -100,6 +99,7 @@ notebooks = [
100
99
test-strategies.hardware = { patch="qiskit-ibm-runtime-open" }
101
notebooks = [
102
"docs/tutorials/hello-world.ipynb",
+ "docs/guides/monitor-job.ipynb",
103
# The following notebook takes >300s to run and should be executed in the
104
# cron job. Even though it does not use real hardware
105
"docs/guides/qiskit-addons-cutting-gates.ipynb",
0 commit comments