Skip to content

Commit

Permalink
Pin qiskit-ibm-runtime when running notebooks (#659)
Browse files Browse the repository at this point in the history
* Pin qiskit-ibm-runtime when running notebooks

PrimitivesV1 was dropped from qiskit-ibm-runtime 0.28, but we need them to run the cutqc tutorials

* Don't run cutqc tests with development versions
  • Loading branch information
garrison authored Aug 20, 2024
1 parent f0f7897 commit 9684220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: |
pver=${{ matrix.python-version }}
tox -epy${pver/./} -- --run-slow
tox -epy${pver/./}-notebook
tox -epy${pver/./}-notebook -- --ignore=docs/circuit_cutting/cutqc/tutorials
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ docs = [
]
notebook-dependencies = [
"circuit-knitting-toolbox[cplex]",
"qiskit-ibm-runtime>=0.23.0, <0.28",
"matplotlib",
"ipywidgets",
"pylatexenc",
Expand Down

0 comments on commit 9684220

Please sign in to comment.