Skip to content

Commit 9cd6f31

Browse files
committed
add cirq to CI
1 parent 963c2cc commit 9cd6f31

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/qrisp_test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install pytest
26+
pip install pytest qiskit-aer qiskit-iqm pyscf stim cirq
2727
pip install -e ./
28-
pip install --upgrade pennylane-catalyst
29-
pip install qiskit-aer
30-
pip install qiskit-iqm
31-
pip install pyscf
32-
pip install stim
28+
pip install --upgrade pennylane-catalyst
3329
- name: Test with pytest
3430
run: |
3531
pytest

0 commit comments

Comments
 (0)