Skip to content

Commit 869c0c0

Browse files
Merge pull request tensorflow#530 from quantumlib/disarm-qsim
DisARM qsim
2 parents 4111505 + 963efd8 commit 869c0c0

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/release_wheels.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ jobs:
1515
- os: macos-10.15
1616
name: mac
1717
cibw:
18-
build: "cp36* cp37* cp38*"
19-
- os: macos-10.15
20-
name: mac-arm
21-
cibw:
22-
arch: universal2
23-
build: "cp39*"
18+
build: "cp36* cp37* cp38* cp39*"
2419
- os: ubuntu-20.04
2520
name: manylinux2014
2621
cibw:

.github/workflows/testing_wheels.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ jobs:
2020
- os: macos-10.15
2121
name: mac
2222
cibw:
23-
build: "cp36* cp37* cp38*"
24-
- os: macos-10.15
25-
name: mac-arm
26-
cibw:
27-
arch: universal2
28-
build: "cp39*"
23+
build: "cp36* cp37* cp38* cp39*"
2924
- os: ubuntu-20.04
3025
name: manylinux2014
3126
cibw:

0 commit comments

Comments
 (0)