Skip to content

Commit

Permalink
Update ci_backends.yml
Browse files Browse the repository at this point in the history
adding cirq-google to github workflow
  • Loading branch information
kottmanj authored Sep 26, 2023
1 parent 76d0e97 commit e738afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# myqlm does not work in python3.7
pip install "cirq" "qiskit>=0.30" "qulacs" "qibo==0.1.1"
elif [ $ver -eq 8 ]; then
pip install "cirq" "qiskit>=0.30" "qulacs" "qibo==0.1.1" "myqlm"
pip install "cirq" "qiskit>=0.30" "qulacs" "qibo==0.1.1" "myqlm" "cirq-google"
fi
pip install -e .
- name: Lint with flake8
Expand Down

0 comments on commit e738afc

Please sign in to comment.