Skip to content

Commit c668794

Browse files
committed
Run tests with oneMath interface for python 3.13, because no dpctl package on PyPI with enabled python 3.14 support
1 parent 04f378f commit c668794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-onemath.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
python: ['3.14']
73+
python: ['3.13'] # no dpctl package on PyPI with enabled python 3.14 support
7474
os: [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
7575

7676
runs-on: ${{ matrix.os }}
@@ -159,7 +159,7 @@ jobs:
159159
strategy:
160160
fail-fast: false
161161
matrix:
162-
python: ['3.14']
162+
python: ['3.13'] # no dpctl package on PyPI with enabled python 3.14 support
163163
os: [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
164164

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

0 commit comments

Comments
 (0)