Skip to content

Commit ac0ae7e

Browse files
committed
Use mkl=2021.4.0
1 parent d46509b commit ac0ae7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/docker/common/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_python() {
3838
if [[ $(uname -m) == "aarch64" ]]; then
3939
conda_install "openblas==0.3.28=*openmp*"
4040
else
41-
conda_install mkl=2022.1.0 mkl-include=2022.1.0
41+
conda_install mkl=2021.4.0 mkl-include=2021.4.0
4242
fi
4343

4444
popd

.github/workflows/_unittest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
python-version: '3.11'
5757
submodules: 'true'
5858
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
59+
timeout: 90
5960
script: |
6061
set -eux
6162

0 commit comments

Comments
 (0)