Skip to content

Commit

Permalink
Removing installing benchq because it enforces an old buggy qiskit.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfleury-sb committed Aug 7, 2024
1 parent 23cf86e commit 5ab6485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ jobs:
python -m pip install openbabel-wheel
if: always()

- name: Install dependencies for QRE
run: |
pip install openfermionpyscf
pip install benchq
if: always()

- name: tangelo tests
run: |
cd tangelo
Expand Down
1 change: 1 addition & 0 deletions tangelo/toolboxes/circuits/tests/test_qre.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

class QRETest(unittest.TestCase):

@unittest.skip("Installing benchq enforces an old qiskit version that breaks our qiskit interface.")
def test_qre_benchq(self):
"""Test the QRE output type for the benchq interface."""

Expand Down

0 comments on commit 5ab6485

Please sign in to comment.