We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963c2cc commit 9cd6f31Copy full SHA for 9cd6f31
.github/workflows/qrisp_test.yml
@@ -23,13 +23,9 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install pytest
+ pip install pytest qiskit-aer qiskit-iqm pyscf stim cirq
27
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
+ pip install --upgrade pennylane-catalyst
33
- name: Test with pytest
34
35
pytest
0 commit comments