Skip to content

Commit a6decfe

Browse files
authored
Disable again Windows GPU builds for now
1 parent a85bcfb commit a6decfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
needs: prepare
126126
strategy:
127127
matrix:
128-
ext: ["", -mkl, -gpu, -mkl-gpu]
128+
ext: ["", -mkl] # -gpu, -mkl-gpu]
129129
steps:
130130
- name: Configure page file
131131
uses: al-cheb/[email protected]

0 commit comments

Comments
 (0)