Skip to content

Commit f3b1df2

Browse files
committed
Use python 3.13 while testing oneMath interface
1 parent de32196 commit f3b1df2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/check-onemath.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
# python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
69-
# which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
70-
python: ['3.12']
68+
python: ['3.13']
7169
os: [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
7270

7371
runs-on: ${{ matrix.os }}
@@ -155,9 +153,7 @@ jobs:
155153
strategy:
156154
fail-fast: false
157155
matrix:
158-
# python 3.13 is blocked since BLAS requires "mkl<2025.0" (see https://github.com/conda-forge/blas-feedstock/pull/128
159-
# which depends on resolving MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
160-
python: ['3.12']
156+
python: ['3.13']
161157
os: [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
162158

163159
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)