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 04f378f commit c668794Copy full SHA for c668794
.github/workflows/check-onemath.yaml
@@ -70,7 +70,7 @@ jobs:
70
strategy:
71
fail-fast: false
72
matrix:
73
- python: ['3.14']
+ python: ['3.13'] # no dpctl package on PyPI with enabled python 3.14 support
74
os: [ubuntu-22.04] # windows-2022 - no DFT support for Windows in oneMKL
75
76
runs-on: ${{ matrix.os }}
@@ -159,7 +159,7 @@ jobs:
159
160
161
162
163
164
165
0 commit comments