We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5bd5c commit 8f0486aCopy full SHA for 8f0486a
1 file changed
.github/workflows/CI.yml
@@ -41,6 +41,27 @@ jobs:
41
- ubuntu-latest
42
- macOS-latest
43
- windows-latest
44
+ exclude:
45
+ - os: macos-latest
46
+ group: enzyme/factorizations
47
48
+ group: enzyme/linalg
49
50
+ group: enzyme/tensoroperations
51
52
+ group: enzyme/vectorinterface
53
54
+ group: enzyme/indexmanipulations
55
+ - os: windows-latest
56
57
58
59
60
61
62
63
64
65
uses: "QuantumKitHub/QuantumKitHubActions/.github/workflows/Tests.yml@main"
66
with:
67
group: "${{ matrix.group }}"
0 commit comments