We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076d67b commit 06393edCopy full SHA for 06393ed
1 file changed
.github/workflows/ci.yml
@@ -91,6 +91,9 @@ jobs:
91
run: |
92
pip install . --user
93
94
+ - name: pytest
95
+ run: ci/pytest_unit.sh
96
+
97
- name: test compatibility with Cirq
98
99
pip install cirq-core
0 commit comments