Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ace917b

Browse files
authoredMay 26, 2021
Temporarily disabling Linux MKL-GPU
... which refuses to build for the last 3 days
1 parent 0f7274e commit ace917b

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
@@ -63,7 +63,7 @@ jobs:
6363
needs: prepare
6464
strategy:
6565
matrix:
66-
ext: ["", -mkl, -gpu, -mkl-gpu]
66+
ext: ["", -mkl, -gpu] #, -mkl-gpu]
6767
steps:
6868
- name: Install environment
6969
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.