We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46509b commit ac0ae7eCopy full SHA for ac0ae7e
.ci/docker/common/install_conda.sh
@@ -38,7 +38,7 @@ install_python() {
38
if [[ $(uname -m) == "aarch64" ]]; then
39
conda_install "openblas==0.3.28=*openmp*"
40
else
41
- conda_install mkl=2022.1.0 mkl-include=2022.1.0
+ conda_install mkl=2021.4.0 mkl-include=2021.4.0
42
fi
43
44
popd
.github/workflows/_unittest.yml
@@ -56,6 +56,7 @@ jobs:
56
python-version: '3.11'
57
submodules: 'true'
58
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
59
+ timeout: 90
60
script: |
61
set -eux
62
0 commit comments