Skip to content

Commit 6af8481

Browse files
committed
Update ci_backends.yml
1 parent 908a196 commit 6af8481

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_backends.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install -r requirements.txt
31+
ver=$(python -c "import sys; print(sys.version_info.minor)")
3132
if [ $ver -eq 7 ]; then
3233
# myqlm does not work in python3.7
3334
pip install "cirq" "qiskit>=0.30" "qulacs" "qibo==0.1.1"
3435
elif [ $ver -eq 9 ]; then
35-
pip install "cirq" "qiskit" "qulacs" "qibo==0.1.1" "myqlm" "cirq-google"
36+
pip install "cirq" "qiskit" "qiskit-aer" "qulacs" "qibo" "myqlm" "cirq-google"
3637
fi
3738
pip install -e .
3839
- name: Lint with flake8

0 commit comments

Comments
 (0)