Skip to content

Commit 908a196

Browse files
authored
Update ci_backends.yml
fingers crossed
1 parent fb805e3 commit 908a196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_backends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if [ $ver -eq 7 ]; then
3232
# myqlm does not work in python3.7
3333
pip install "cirq" "qiskit>=0.30" "qulacs" "qibo==0.1.1"
34-
elif [ $ver -eq 8 ]; then
34+
elif [ $ver -eq 9 ]; then
3535
pip install "cirq" "qiskit" "qulacs" "qibo==0.1.1" "myqlm" "cirq-google"
3636
fi
3737
pip install -e .

0 commit comments

Comments
 (0)