Skip to content

Commit ef6ece6

Browse files
authored
Disabling temporarily GPU Linux builds
1 parent 3f0369a commit ef6ece6

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
@@ -46,7 +46,7 @@ jobs:
4646
needs: prepare
4747
strategy:
4848
matrix:
49-
ext: ["", -mkl, -gpu, -mkl-gpu]
49+
ext: ["", -mkl] # , -gpu, -mkl-gpu]
5050
steps:
5151
- name: Install environment
5252
run: |

0 commit comments

Comments
 (0)