Skip to content

Commit 8f0486a

Browse files
committed
Reduce CI burden
1 parent 1b5bd5c commit 8f0486a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,27 @@ jobs:
4141
- ubuntu-latest
4242
- macOS-latest
4343
- windows-latest
44+
exclude:
45+
- os: macos-latest
46+
group: enzyme/factorizations
47+
- os: macos-latest
48+
group: enzyme/linalg
49+
- os: macos-latest
50+
group: enzyme/tensoroperations
51+
- os: macos-latest
52+
group: enzyme/vectorinterface
53+
- os: macos-latest
54+
group: enzyme/indexmanipulations
55+
- os: windows-latest
56+
group: enzyme/factorizations
57+
- os: windows-latest
58+
group: enzyme/linalg
59+
- os: windows-latest
60+
group: enzyme/tensoroperations
61+
- os: windows-latest
62+
group: enzyme/vectorinterface
63+
- os: windows-latest
64+
group: enzyme/indexmanipulations
4465
uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/Tests.yml@main"
4566
with:
4667
group: "${{ matrix.group }}"

0 commit comments

Comments
 (0)