Skip to content

Commit

Permalink
Allow installing MKL_jll 2021 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 18, 2021
1 parent e70cbd7 commit 59f38c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
test:
timeout-minutes: 10
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - provider ${{ matrix.provider }} - ${{ matrix.threads }} thread(s)
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
AbstractFFTs = "1.0"
FFTW_jll = "3.3"
IntelOpenMP_jll = "2018.0.3"
MKL_jll = "2019.0.117, 2020"
MKL_jll = "2019.0.117, 2020, 2021"
Reexport = "0.2, 1.0"
julia = "1.3"

Expand Down

0 comments on commit 59f38c6

Please sign in to comment.