Skip to content

Commit 4ec0a05

Browse files
nit
1 parent 1e6c6f5 commit 4ec0a05

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "windows-2022" , "macos-13", "macos-14"]
70+
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "macos-13", "macos-14"]
7171

7272
runs-on: ${{ matrix.os }}
7373

@@ -94,6 +94,11 @@ jobs:
9494
- name: pytest
9595
run: ci/pytest_unit.sh
9696

97+
- name: test compatibility with Cirq
98+
run: |
99+
pip install cirq-core
100+
pytest test/* -m cirq
101+
97102
98103
buid-and-test-performance:
99104
strategy:
@@ -123,8 +128,3 @@ jobs:
123128
124129
- name: test performance
125130
run: ci/pytest_perf.sh
126-
127-
- name: test compatibility with Cirq
128-
run: |
129-
pip install cirq-core
130-
pytest test/* -m cirq

0 commit comments

Comments
 (0)