Skip to content

Commit aa62963

Browse files
Update ci.yml
1 parent 2e234a7 commit aa62963

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
- name: pytest
8080
run: ci/pytest_unit.sh
8181

82-
- name: compatibility with Cirq
82+
- name: test perf
83+
run: ci/pytest_perf.sh
84+
85+
- name: test compatibility with Cirq
8386
run: |
84-
pip install cirq
87+
pip install cirq-core
8588
ci/pytest_unit.sh -m cirq
86-
87-
- name: perf
88-
run: ci/pytest_perf.sh

0 commit comments

Comments
 (0)