Skip to content

Commit 59f38c6

Browse files
authored
Allow installing MKL_jll 2021 (#178)
1 parent e70cbd7 commit 59f38c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
test:
12+
timeout-minutes: 10
1213
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - provider ${{ matrix.provider }} - ${{ matrix.threads }} thread(s)
1314
runs-on: ${{ matrix.os }}
1415
env:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1515
AbstractFFTs = "1.0"
1616
FFTW_jll = "3.3"
1717
IntelOpenMP_jll = "2018.0.3"
18-
MKL_jll = "2019.0.117, 2020"
18+
MKL_jll = "2019.0.117, 2020, 2021"
1919
Reexport = "0.2, 1.0"
2020
julia = "1.3"
2121

0 commit comments

Comments
 (0)