We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e234a7 commit aa62963Copy full SHA for aa62963
1 file changed
.github/workflows/ci.yml
@@ -79,10 +79,10 @@ jobs:
79
- name: pytest
80
run: ci/pytest_unit.sh
81
82
- - name: compatibility with Cirq
+ - name: test perf
83
+ run: ci/pytest_perf.sh
84
+
85
+ - name: test compatibility with Cirq
86
run: |
- pip install cirq
87
+ pip install cirq-core
88
ci/pytest_unit.sh -m cirq
-
- - name: perf
- run: ci/pytest_perf.sh
0 commit comments