We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb805e3 commit 908a196Copy full SHA for 908a196
.github/workflows/ci_backends.yml
@@ -31,7 +31,7 @@ jobs:
31
if [ $ver -eq 7 ]; then
32
# myqlm does not work in python3.7
33
pip install "cirq" "qiskit>=0.30" "qulacs" "qibo==0.1.1"
34
- elif [ $ver -eq 8 ]; then
+ elif [ $ver -eq 9 ]; then
35
pip install "cirq" "qiskit" "qulacs" "qibo==0.1.1" "myqlm" "cirq-google"
36
fi
37
pip install -e .
0 commit comments