Skip to content

Commit 33ceccc

Browse files
committed
Another CI fix
1 parent 1bf1bdc commit 33ceccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202

203203
- name: Prepare environment
204204
run: |
205-
pip install --constraint=tests/pip-constraints.txt --only-binary=numpy,scipy,qiskit,qiskit-aer pytest numpy qiskit==${{ matrix.qiskit }} qiskit-aer==0.17.2
205+
pip install --constraint=tests/pip-constraints.txt --only-binary=numpy,scipy,qiskit,qiskit-aer pytest numpy qiskit==${{ matrix.qiskit }} qiskit-aer==0.17.2 qiskit_qasm3_import
206206
pip install --only-binary=qblaze --no-index --find-links=dist qblaze
207207
208208
- name: Run tests

0 commit comments

Comments
 (0)