File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ permissions: read-all
1010
1111env :
1212 CHANNELS : ' -c dppy/label/dev -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels'
13- # python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
14- # which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
15- TEST_PYTHON_VERSION : ' 3.12'
1613 TEST_ENV_NAME : ' test_onemkl_interfaces'
1714 RERUN_TESTS_ON_FAILURE : ' true'
1815 RUN_TESTS_MAX_ATTEMPTS : 2
3734 matrix :
3835 # python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
3936 # which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
40- python : [${{ env.TEST_PYTHON_VERSION }} ]
37+ python : ['3.12' ]
4138 os : [ubuntu-22.04] # windows-2019 - no DFT support for Windows in oneMKL
4239
4340 permissions :
@@ -130,7 +127,9 @@ jobs:
130127
131128 strategy :
132129 matrix :
133- python : [${{ env.TEST_PYTHON_VERSION }}]
130+ # python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
131+ # which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
132+ python : ['3.12']
134133 os : [ubuntu-22.04] # windows-2019 - no DFT support for Windows in oneMKL
135134
136135 permissions :
You can’t perform that action at this time.
0 commit comments